summaryrefslogtreecommitdiffstats
path: root/core/mp_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/mp_core.h')
-rw-r--r--core/mp_core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/mp_core.h b/core/mp_core.h
index ce576273b4..6f784b4b7c 100644
--- a/core/mp_core.h
+++ b/core/mp_core.h
@@ -235,6 +235,13 @@ typedef struct MPContext {
float audio_delay;
unsigned int last_heartbeat;
+
+ unsigned int mouse_timer;
+ unsigned int mouse_last_time;
+ int mouse_waiting_hide;
+
+ unsigned int next_wakup_time;
+
// used to prevent hanging in some error cases
unsigned int start_timestamp;