diff options
Diffstat (limited to 'x11vnc/cursor.c')
-rw-r--r-- | x11vnc/cursor.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11vnc/cursor.c b/x11vnc/cursor.c index 12700f4..3d613a6 100644 --- a/x11vnc/cursor.c +++ b/x11vnc/cursor.c @@ -908,6 +908,9 @@ static void tree_descend_cursor(int *depth, Window *w, win_str_info_t *winfo) { *(winfo->res_name) = '\0'; *(winfo->res_class) = '\0'; + for (i=0; i < maxtries; i++) { + wins[i] = None; + } /* some times a window can go away before we get to it */ trapped_xerror = 0; |