From 9cabed90fe502e35a53b7102f3cb69f07afc4778 Mon Sep 17 00:00:00 2001
From: dscho <dscho>
Date: Tue, 27 Nov 2001 15:42:59 +0000
Subject: removed XTestGrabControl. Doesn't really solve the problem of a bad
 param.

---
 TODO     | 2 +-
 x11vnc.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TODO b/TODO
index 70dae90..c5b984f 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@ immediate:
 ----------
 
 x11vnc: clipboard, cursor, updates interruptible by input (doesn't work yet)
+.x11vnc: sometimes XTest fails (but doesn't with x0rfbserver)
 extra_bytes in rfbDrawCharWithClip.
 tested mouse buttons make copy rect, but text is not marked as mod.
 cursor drawing: set optional grain to mark bigger rectangles as drawn (else
@@ -28,7 +29,6 @@ internal HTTP tunnelling feature (needs a special GET target and a few
 done:
 -----
 
-.x11vnc: sometimes XTest fails (but doesn't with x0rfbserver)
 .DeferUpdateTime (timing problems!)
 .empty cursor sending doesn't work.
 .udp (need an rfbClientPtr udpClient in rfbScreen)
diff --git a/x11vnc.c b/x11vnc.c
index 5a051c5..cfdb615 100644
--- a/x11vnc.c
+++ b/x11vnc.c
@@ -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();
 
-- 
cgit v1.2.1