diff gui/wm/ws.h @ 35632:07ecd8abd362

Cosmetic: Use lower case parameter name.
author ib
date Thu, 10 Jan 2013 12:04:19 +0000
parents d0231540cdbd
children 840e473ba4c0
line wrap: on
line diff
--- a/gui/wm/ws.h	Thu Jan 10 11:55:27 2013 +0000
+++ b/gui/wm/ws.h	Thu Jan 10 12:04:19 2013 +0000
@@ -220,7 +220,7 @@
 void wsDoExit(void);
 void wsMainLoop(void);
 void wsAutohideCursor(void);
-Bool wsEvents(Display *display, XEvent *Event);
+Bool wsEvents(Display *display, XEvent *event);
 void wsHandleEvents(void);
 
 // ----------------------------------------------------------------------------------------------