diff options
author | runge <runge> | 2007-01-31 15:41:42 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-31 15:41:42 +0000 |
commit | 1b9082bc8739e5ab186092ca1dcff1736eb91c0e (patch) | |
tree | 9d2a267bcbba93aed87634838c9ac10f36363210 /x11vnc/macosx.c | |
parent | 1f8da9bde3b7de272228872410143f076662ae13 (diff) | |
download | libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.tar.gz libtdevnc-1b9082bc8739e5ab186092ca1dcff1736eb91c0e.zip |
x11vnc: -reflect, -N. -ncache, FINDDISPLAY, FINDCREATEDISPLAY, improvements. MODTWEAK_LOWEST workaround.
Diffstat (limited to 'x11vnc/macosx.c')
-rw-r--r-- | x11vnc/macosx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11vnc/macosx.c b/x11vnc/macosx.c index 450cf50..0467e1e 100644 --- a/x11vnc/macosx.c +++ b/x11vnc/macosx.c @@ -243,7 +243,7 @@ void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { last_pointer_time = time(NULL); } if (last_mask != mask) { - fprintf(stderr, "about to inject mask change %d -> %d: %.4f\n", last_mask, mask, dnowx()); + if (0) fprintf(stderr, "about to inject mask change %d -> %d: %.4f\n", last_mask, mask, dnowx()); if (mask) { int px, py, x, y, w, h; macosx_click_frame = None; @@ -267,7 +267,7 @@ void macosx_pointer_command(int mask, int x, int y, rfbClientPtr client) { if (ncache > 0) { /* XXX Y */ int i; -fprintf(stderr, "about to get all windows: %.4f\n", dnowx()); +if (0) fprintf(stderr, "about to get all windows: %.4f\n", dnowx()); for (i=0; i < 2; i++) { macosxCGS_get_all_windows(); fprintf(stderr, "!"); @@ -275,7 +275,7 @@ fprintf(stderr, "about to get all windows: %.4f\n", dnowx()); break; } } -fprintf(stderr, "\ndone: %.4f\n", dnowx()); +if (0) fprintf(stderr, "\ndone: %.4f\n", dnowx()); } } last_mask = mask; |