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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 0838a8b2ff..27d99c41ab 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -203,7 +203,7 @@ extern void wsMainLoop( void );
// ----------------------------------------------------------------------------------------------
extern void wsCreateWindow( wsTWindow * win,int X,int Y,int wX,int hY,int bW,int cV,unsigned char D,char * label );
extern void wsDestroyWindow( wsTWindow * win );
-extern void wsMoveWindow( wsTWindow * win,int x, int y );
+extern void wsMoveWindow( wsTWindow * win,int b,int x, int y );
extern void wsResizeWindow( wsTWindow * win,int sx, int sy );
extern void wsIconify( wsTWindow win );
extern void wsMoveTopWindow( wsTWindow * win );