diff options
author | dscho <dscho> | 2001-11-27 15:42:59 +0000 |
---|---|---|
committer | dscho <dscho> | 2001-11-27 15:42:59 +0000 |
commit | 9cabed90fe502e35a53b7102f3cb69f07afc4778 (patch) | |
tree | 2de4d21bf894cf8b1bb14de19ffddd1abade29fc /x11vnc.c | |
parent | 4e092b7f86d39890d1ebd36fe5381df896a40d7b (diff) | |
download | libtdevnc-9cabed90fe502e35a53b7102f3cb69f07afc4778.tar.gz libtdevnc-9cabed90fe502e35a53b7102f3cb69f07afc4778.zip |
removed XTestGrabControl. Doesn't really solve the problem of a bad param.
Diffstat (limited to 'x11vnc.c')
-rw-r--r-- | x11vnc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ int main(int argc,char** argv) xscreen = DefaultScreen(dpy); window = RootWindow(dpy,xscreen); - XTestGrabControl(dpy,True); + //XTestGrabControl(dpy,True); init_keycodes(); |