summaryrefslogtreecommitdiffstats
path: root/src/lib/platform/OSXScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/platform/OSXScreen.h')
-rw-r--r--src/lib/platform/OSXScreen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/platform/OSXScreen.h b/src/lib/platform/OSXScreen.h
index 6178529..bbddfb9 100644
--- a/src/lib/platform/OSXScreen.h
+++ b/src/lib/platform/OSXScreen.h
@@ -118,7 +118,7 @@ private:
void sendClipboardEvent(Event::Type type, ClipboardID id) const;
// message handlers
- bool onMouseMove(SInt32 mx, SInt32 my);
+ bool onMouseMove(CGFloat mx, CGFloat my);
// mouse button handler. pressed is true if this is a mousedown
// event, false if it is a mouseup event. macButton is the index
// of the button pressed using the mac button mapping.