diff gui/wm/ws.h @ 35669:e7bd98b3ad6c

Remove pointless variable wsTrue. As a result, wsEvents() becomes a function with void result type.
author ib
date Thu, 17 Jan 2013 15:44:23 +0000
parents ae1d6da2c9ea
children 8ce9bc8aa443
line wrap: on
line diff
--- a/gui/wm/ws.h	Thu Jan 17 15:25:56 2013 +0000
+++ b/gui/wm/ws.h	Thu Jan 17 15:44:23 2013 +0000
@@ -185,7 +185,7 @@
 int wsGetDepthOnScreen(void);
 
 void wsAutohideCursor(void);
-Bool wsEvents(XEvent *event);
+void wsEvents(XEvent *event);
 void wsHandleEvents(void);
 
 void wsCreateWindow(wsWindow *win, int x, int y, int w, int h, int b, int c, unsigned char p, char *label);