diff options
author | runge <runge> | 2006-11-21 22:16:23 +0000 |
---|---|---|
committer | runge <runge> | 2006-11-21 22:16:23 +0000 |
commit | 27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc (patch) | |
tree | a4b7c9f0ae519b0afa0d14b646abca3ad01b35a8 /x11vnc/pointer.c | |
parent | 05ba45f72e70b4372ef05a8aca34a3bddcfaeb71 (diff) | |
download | libtdevnc-27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc.tar.gz libtdevnc-27a884d2f3775cf4d97ea8f3d7433cbe2deebbfc.zip |
x11vnc: Mac OS X fb fixes and cuttext, -nodpms option, local user wireframing
Diffstat (limited to 'x11vnc/pointer.c')
-rw-r--r-- | x11vnc/pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/pointer.c b/x11vnc/pointer.c index 9aa55e8..0b36183 100644 --- a/x11vnc/pointer.c +++ b/x11vnc/pointer.c @@ -664,7 +664,7 @@ void pointer(int mask, int x, int y, rfbClientPtr client) { } if ((pipeinput_fh != NULL || pipeinput_int) && mask >= 0) { - pipe_pointer(mask, x, y, client); + pipe_pointer(mask, x, y, client); /* MACOSX here. */ if (! pipeinput_tee) { if (! view_only || raw_fb) { /* raw_fb hack */ got_user_input++; |