summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_core.h')
-rw-r--r--mpvcore/mp_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/mp_core.h b/mpvcore/mp_core.h
index cb426425b1..777e04945a 100644
--- a/mpvcore/mp_core.h
+++ b/mpvcore/mp_core.h
@@ -246,7 +246,7 @@ typedef struct MPContext {
double mouse_timer;
unsigned int mouse_event_ts;
- int mouse_waiting_hide;
+ bool mouse_cursor_visible;
// used to prevent hanging in some error cases
double start_timestamp;