diff --git a/rfb/rfbclient.h b/rfb/rfbclient.h index 9c35afc38..f5a90fa5f 100644 --- a/rfb/rfbclient.h +++ b/rfb/rfbclient.h @@ -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;