diff options
author | runge <runge> | 2006-12-29 07:21:37 +0000 |
---|---|---|
committer | runge <runge> | 2006-12-29 07:21:37 +0000 |
commit | 833f06025fbd2fa8d4d83ccf8ab068c8060663de (patch) | |
tree | 1b20fdc2575d12b66e28d6e608dd54b3cacb2766 /x11vnc/xevents.c | |
parent | e4a397ed13a2c6eb9d2da7870165e7ecdc67f461 (diff) | |
download | libtdevnc-833f06025fbd2fa8d4d83ccf8ab068c8060663de.tar.gz libtdevnc-833f06025fbd2fa8d4d83ccf8ab068c8060663de.zip |
x11vnc -ncache on by default for beta test. fix -nofb & -rawfb modes.
Diffstat (limited to 'x11vnc/xevents.c')
-rw-r--r-- | x11vnc/xevents.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/xevents.c b/x11vnc/xevents.c index 1e24b39..5f22e9b 100644 --- a/x11vnc/xevents.c +++ b/x11vnc/xevents.c @@ -181,7 +181,9 @@ static void get_prop(char *str, int len, Atom prop) { if (prop == None) { return; } + RAWFB_RET_VOID + #if NO_X11 return; #else |