diff options
author | runge <runge@karlrunge.com> | 2010-12-21 12:04:02 -0500 |
---|---|---|
committer | runge <runge@karlrunge.com> | 2010-12-21 12:04:02 -0500 |
commit | 365a22c63cb292ea494f39ebc48a37e322e5eb14 (patch) | |
tree | ca6e87ab396ee00a837b09b2c6cede62aec69dae /x11vnc/util.h | |
parent | d4fabc217e8cd02aca4d248229bb8a030b2bbfe2 (diff) | |
download | libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.tar.gz libtdevnc-365a22c63cb292ea494f39ebc48a37e322e5eb14.zip |
x11vnc: touchscreen uinput support and Java viewer mousewheel support. See x11vnc/ChangeLog for rest.
Diffstat (limited to 'x11vnc/util.h')
-rw-r--r-- | x11vnc/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/util.h b/x11vnc/util.h index 64c9f76..55585cf 100644 --- a/x11vnc/util.h +++ b/x11vnc/util.h @@ -96,8 +96,8 @@ extern struct timeval _mysleep; ((KeySym)(keysym) != XK_Caps_Lock) && ((KeySym)(keysym) != XK_Shift_Lock))) /* - * Not sure why... but when threaded we have to mutex our X11 calls to - * avoid XIO crashes. + * When threaded we have to mutex our X11 calls to avoid XIO crashes + * due to callbacks. */ #ifdef LIBVNCSERVER_HAVE_LIBPTHREAD extern MUTEX(x11Mutex); |