summaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.h b/src/misc.h
index fd0a10818..ef35e9286 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -43,7 +43,7 @@
#define Button7 7
#endif
-void getMouseXY (ScreenInfo *, Window, int *, int *);
+unsigned int getMouseXY (ScreenInfo *, Window, int *, int *);
Window getMouseWindow (ScreenInfo *, Window);
GC createGC (ScreenInfo *, char *, int, XFontStruct *, int, gboolean);
void sendClientMessage (ScreenInfo *, Window, int, Time);