diff options
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 |