diff gui/wm/ws.h @ 33993:57d711d3dcca

Change parameter b of wsMoveWindow(). Make it Bool, rename it abs and reverse its meaning. The parameter now indicates whether x and y shall be handled as real, absolute position values or as possibly mock ones.
author ib
date Thu, 08 Sep 2011 11:11:02 +0000
parents 3a93b9227b01
children ca20e4098c1d
line wrap: on
line diff
--- a/gui/wm/ws.h	Thu Sep 08 10:43:11 2011 +0000
+++ b/gui/wm/ws.h	Thu Sep 08 11:11:02 2011 +0000
@@ -229,7 +229,7 @@
 // ----------------------------------------------------------------------------------------------
 void wsCreateWindow(wsTWindow *win, int X, int Y, int wX, int hY, int bW, int cV, unsigned char D, char *label);
 void wsDestroyWindow(wsTWindow *win);
-void wsMoveWindow(wsTWindow *win, int b, int x, int y);
+void wsMoveWindow(wsTWindow *win, Bool abs, int x, int y);
 void wsResizeWindow(wsTWindow *win, int sx, int sy);
 void wsIconify(wsTWindow win);
 void wsRaiseWindowTop(Display *dsp, Window win);