diff options
author | runge <runge> | 2007-01-10 19:28:46 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-10 19:28:46 +0000 |
commit | 7717d245af144d36662e6884592277570dea17b5 (patch) | |
tree | 2698748e9190b43a210946508601b9eecd71630c /x11vnc/xrandr.h | |
parent | 5b3e420c1f092fc8d83ad1803621007bb942d4dd (diff) | |
download | libtdevnc-7717d245af144d36662e6884592277570dea17b5.tar.gz libtdevnc-7717d245af144d36662e6884592277570dea17b5.zip |
some -ncache performance improvements, rootpixmap watching, gnome wm heuristics
Diffstat (limited to 'x11vnc/xrandr.h')
-rw-r--r-- | x11vnc/xrandr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11vnc/xrandr.h b/x11vnc/xrandr.h index 5e3a7d6..a0e62ad 100644 --- a/x11vnc/xrandr.h +++ b/x11vnc/xrandr.h @@ -25,6 +25,7 @@ extern int known_xrandr_mode(char *s); if (check_xrandr_event(y)) { \ trapped_getimage_xerror = 0; \ XSetErrorHandler(old_getimage_handler); \ + X_UNLOCK; \ return(x); \ } \ } |