summaryrefslogtreecommitdiffstats
path: root/video/out/x11_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/x11_common.h')
-rw-r--r--video/out/x11_common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/video/out/x11_common.h b/video/out/x11_common.h
index 608534052c..ca01f61b0c 100644
--- a/video/out/x11_common.h
+++ b/video/out/x11_common.h
@@ -88,8 +88,9 @@ struct vo_x11_state {
bool pseudo_mapped; // not necessarily mapped, but known window size
int fs; // whether we assume the window is in fullscreen mode
- bool mouse_cursor_visible;
- bool mouse_cursor_set;
+ bool mouse_cursor_visible; // whether we want the cursor to be visible (only
+ // takes effect when the window is focused)
+ bool mouse_cursor_set; // whether the cursor is *currently* *hidden*
bool has_focus;
long orig_layer;