summaryrefslogtreecommitdiffstats
path: root/video/out/cocoa/events_view.h
diff options
context:
space:
mode:
authortorque <torque@1>2015-02-16 14:27:06 -0800
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-03-07 19:31:52 +0100
commitbce753060eb9fb99ebc64fb6027d130a37b918a6 (patch)
tree68e2be94e804493119507fb18a488b6f1f2c3b56 /video/out/cocoa/events_view.h
parent678cd30904490e1d898234d6f90d7c78bb34ba87 (diff)
downloadmpv-bce753060eb9fb99ebc64fb6027d130a37b918a6.tar.bz2
mpv-bce753060eb9fb99ebc64fb6027d130a37b918a6.tar.xz
cocoa: update mouse coordinates when window is initialized.
Make MpvEventsView -signalMousePosition a public method so it can be called without a compiler warning. Previously, the mouse position would be reported as (0,0) until the cursor was moved.
Diffstat (limited to 'video/out/cocoa/events_view.h')
-rw-r--r--video/out/cocoa/events_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/cocoa/events_view.h b/video/out/cocoa/events_view.h
index a16a2d7d5a..3429563b4d 100644
--- a/video/out/cocoa/events_view.h
+++ b/video/out/cocoa/events_view.h
@@ -23,4 +23,5 @@
- (void)setFullScreen:(BOOL)willBeFullscreen;
- (void)clear;
- (BOOL)canHideCursor;
+- (void)signalMousePosition;
@end