summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 0ab13869af..84195d6f76 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -93,9 +93,7 @@
#define wsWMIceWM 3
#define wsWMWMaker 4
-#define wsParamDisplay Display *dpy,Window w
-
-typedef void (*wsTReDraw)( wsParamDisplay );
+typedef void (*wsTReDraw)( void );
typedef void (*wsTReSize)( unsigned int X,unsigned int Y,unsigned int width,unsigned int height );
typedef void (*wsTIdle)( void );
typedef void (*wsTKeyHandler)( int KeyCode,int Type,int Key );