comparison 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
comparison
equal deleted inserted replaced
33540:0dec83e053cc 33541:729826b857cf
214 214
215 int wsGetDepthOnScreen(void); 215 int wsGetDepthOnScreen(void);
216 216
217 void wsDoExit(void); 217 void wsDoExit(void);
218 void wsMainLoop(void); 218 void wsMainLoop(void);
219 Bool wsEvents(Display *display, XEvent *Event, XPointer arg); 219 Bool wsEvents(Display *display, XEvent *Event);
220 void wsHandleEvents(void); 220 void wsHandleEvents(void);
221 221
222 // ---------------------------------------------------------------------------------------------- 222 // ----------------------------------------------------------------------------------------------
223 // wsCrateWindow: create a new window on the screen. 223 // wsCrateWindow: create a new window on the screen.
224 // X,Y : window position 224 // X,Y : window position