comparison gui/wm/ws.h @ 33990:3a93b9227b01

Cosmetic: Rename wsMoveTopWindow() wsRaiseWindowTop(). Additionally, rename parameter wsDisplay dsp and remove commented code.
author ib
date Thu, 08 Sep 2011 10:34:17 +0000
parents 520fb0f7544c
children 57d711d3dcca
comparison
equal deleted inserted replaced
33989:5b3605aee33b 33990:3a93b9227b01
230 void wsCreateWindow(wsTWindow *win, int X, int Y, int wX, int hY, int bW, int cV, unsigned char D, char *label); 230 void wsCreateWindow(wsTWindow *win, int X, int Y, int wX, int hY, int bW, int cV, unsigned char D, char *label);
231 void wsDestroyWindow(wsTWindow *win); 231 void wsDestroyWindow(wsTWindow *win);
232 void wsMoveWindow(wsTWindow *win, int b, int x, int y); 232 void wsMoveWindow(wsTWindow *win, int b, int x, int y);
233 void wsResizeWindow(wsTWindow *win, int sx, int sy); 233 void wsResizeWindow(wsTWindow *win, int sx, int sy);
234 void wsIconify(wsTWindow win); 234 void wsIconify(wsTWindow win);
235 void wsMoveTopWindow(Display *wsDisplay, Window win); 235 void wsRaiseWindowTop(Display *dsp, Window win);
236 void wsSetBackground(wsTWindow *win, int color); 236 void wsSetBackground(wsTWindow *win, int color);
237 void wsSetForegroundRGB(wsTWindow *win, int r, int g, int b); 237 void wsSetForegroundRGB(wsTWindow *win, int r, int g, int b);
238 void wsSetBackgroundRGB(wsTWindow *win, int r, int g, int b); 238 void wsSetBackgroundRGB(wsTWindow *win, int r, int g, int b);
239 #define wsClearWindow(win) XClearWindow(wsDisplay, win.WindowID) 239 #define wsClearWindow(win) XClearWindow(wsDisplay, win.WindowID)
240 void wsSetTitle(wsTWindow *win, char *name); 240 void wsSetTitle(wsTWindow *win, char *name);