comparison 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
comparison
equal deleted inserted replaced
35631:d0231540cdbd 35632:07ecd8abd362
218 int wsGetDepthOnScreen(void); 218 int wsGetDepthOnScreen(void);
219 219
220 void wsDoExit(void); 220 void wsDoExit(void);
221 void wsMainLoop(void); 221 void wsMainLoop(void);
222 void wsAutohideCursor(void); 222 void wsAutohideCursor(void);
223 Bool wsEvents(Display *display, XEvent *Event); 223 Bool wsEvents(Display *display, XEvent *event);
224 void wsHandleEvents(void); 224 void wsHandleEvents(void);
225 225
226 // ---------------------------------------------------------------------------------------------- 226 // ----------------------------------------------------------------------------------------------
227 // wsCrateWindow: create a new window on the screen. 227 // wsCrateWindow: create a new window on the screen.
228 // X,Y : window position 228 // X,Y : window position