comparison gui/wm/ws.h @ 35637:58d55c933757

Remove Display parameter from wsEvents(). It is common practice with the ws functions to use the global wsDisplay.
author ib
date Thu, 10 Jan 2013 19:14:20 +0000
parents 840e473ba4c0
children 2e7f2ecaaf0b
comparison
equal deleted inserted replaced
35636:840e473ba4c0 35637:58d55c933757
219 int wsGetDepthOnScreen(void); 219 int wsGetDepthOnScreen(void);
220 220
221 void wsDoExit(void); 221 void wsDoExit(void);
222 void wsMainLoop(void); 222 void wsMainLoop(void);
223 void wsAutohideCursor(void); 223 void wsAutohideCursor(void);
224 Bool wsEvents(Display *display, XEvent *event); 224 Bool wsEvents(XEvent *event);
225 void wsHandleEvents(void); 225 void wsHandleEvents(void);
226 226
227 // ---------------------------------------------------------------------------------------------- 227 // ----------------------------------------------------------------------------------------------
228 // wsCrateWindow: create a new window on the screen. 228 // wsCrateWindow: create a new window on the screen.
229 // X,Y : window position 229 // X,Y : window position