summaryrefslogtreecommitdiffstats
path: root/x11vnc/xrandr.h
diff options
context:
space:
mode:
authorrunge <runge>2007-01-10 19:28:46 +0000
committerrunge <runge>2007-01-10 19:28:46 +0000
commit7717d245af144d36662e6884592277570dea17b5 (patch)
tree2698748e9190b43a210946508601b9eecd71630c /x11vnc/xrandr.h
parent5b3e420c1f092fc8d83ad1803621007bb942d4dd (diff)
downloadlibtdevnc-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.h1
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); \
} \
}