summaryrefslogtreecommitdiffstats
path: root/x11vnc/cursor.c
diff options
context:
space:
mode:
authorrunge <runge>2006-09-10 21:06:44 +0000
committerrunge <runge>2006-09-10 21:06:44 +0000
commite4c85d48e68d5f135dd3a478aff8adb7697a1349 (patch)
tree780fe6f1ca17c0b7915a9b0b63742737bfdfce92 /x11vnc/cursor.c
parent1cb25ce3a50796d7a252dcd3df956017afe72264 (diff)
downloadlibtdevnc-e4c85d48e68d5f135dd3a478aff8adb7697a1349.tar.gz
libtdevnc-e4c85d48e68d5f135dd3a478aff8adb7697a1349.zip
x11vnc: REQ_ARGS, EV_SYN/SYN_REPORT check. restore -cursor most under -display WAIT
Diffstat (limited to 'x11vnc/cursor.c')
-rw-r--r--x11vnc/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/cursor.c b/x11vnc/cursor.c
index f014a98..761e036 100644
--- a/x11vnc/cursor.c
+++ b/x11vnc/cursor.c
@@ -1423,7 +1423,7 @@ void initialize_cursors_mode(void) {
}
} else {
if (screen) {
- screen->cursor = NULL; /* dangerous? */
+ screen->cursor = NULL;
set_cursor_was_changed(screen);
}
}