Skip to content

Commit

Permalink
Test: rfbClient break
Browse files Browse the repository at this point in the history
  • Loading branch information
gujjwal00 committed Jan 24, 2023
1 parent eace355 commit a86a0ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rfb/rfbclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ typedef struct _rfbClient {

AppData appData;

const char* programName;
int xyz;

const char *programName;
char* serverHost;
int serverPort; /**< if -1, then use file recorded by vncrec */
rfbBool listenSpecified;
Expand Down

0 comments on commit a86a0ba

Please sign in to comment.