summaryrefslogtreecommitdiff
path: root/libwinnie/src/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'libwinnie/src/event.h')
-rw-r--r--libwinnie/src/event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libwinnie/src/event.h b/libwinnie/src/event.h
index 46c3b77..5c1db45 100644
--- a/libwinnie/src/event.h
+++ b/libwinnie/src/event.h
@@ -24,8 +24,8 @@ Author: Eleni Maria Stea <elene.mst@gmail.com>
class Window;
-typedef void (*DisplayFuncType)(Window* win);
-typedef void (*KeyboardFuncType)(Window* win, int key, bool pressed);
+typedef void (*DisplayFuncType)(Window *win);
+typedef void (*KeyboardFuncType)(Window *win, int key, bool pressed);
typedef void (*MouseButtonFuncType)(Window *win, int bn, bool pressed, int x, int y);
typedef void (*MouseMotionFuncType)(Window *win, int x, int y);
typedef void (*TimerFuncType)(Window *win);