diff gui/wm/ws.h @ 33541:729826b857cf

Avoid compiler warnings. Remove unused parameter, use passed parameter instead of global variable or tag variable as unused to avoid warnings of unused variables.
author ib
date Thu, 16 Jun 2011 13:09:52 +0000
parents 5bdc088113f7
children 55b8f5d5df15
line wrap: on
line diff
--- a/gui/wm/ws.h	Thu Jun 16 12:44:28 2011 +0000
+++ b/gui/wm/ws.h	Thu Jun 16 13:09:52 2011 +0000
@@ -216,7 +216,7 @@
 
 void wsDoExit(void);
 void wsMainLoop(void);
-Bool wsEvents(Display *display, XEvent *Event, XPointer arg);
+Bool wsEvents(Display *display, XEvent *Event);
 void wsHandleEvents(void);
 
 // ----------------------------------------------------------------------------------------------