Commit 94570b01 authored by dscho's avatar dscho

fixed compile on MAC

parent b9e4a63f
...@@ -311,6 +311,8 @@ refreshCallback(CGRectCount count, const CGRect *rectArray, void *ignore) ...@@ -311,6 +311,8 @@ refreshCallback(CGRectCount count, const CGRect *rectArray, void *ignore)
int i; int i;
#ifdef LOCAL_CONTROL #ifdef LOCAL_CONTROL
char message[1024];
if(get_next_message(message,1024,&single_instance,50)) { if(get_next_message(message,1024,&single_instance,50)) {
if(message[0]=='l' && message[1]==0) { if(message[0]=='l' && message[1]==0) {
rfbClientPtr cl; rfbClientPtr cl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment