summaryrefslogtreecommitdiffstats
path: root/x11vnc/cursor.c
diff options
context:
space:
mode:
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);
}
}