comparison gui/wm/ws.h @ 35738:c2b6074cc28d

Remove wsWindowClear(). Since it always follows a wsWindowBackground() call, add XClearWindow() to wsWindowBackground(). wsWindowClear() is obsolete then and can be removed.
author ib
date Wed, 23 Jan 2013 14:25:22 +0000
parents e6ee0c8ef341
children bfe51acc36fb
comparison
equal deleted inserted replaced
35737:1bdc6cea0722 35738:c2b6074cc28d
170 void wsWindowMoveWithin(wsWindow *win, Bool abs, int x, int y); 170 void wsWindowMoveWithin(wsWindow *win, Bool abs, int x, int y);
171 void wsWindowResize(wsWindow *win, int w, int h); 171 void wsWindowResize(wsWindow *win, int w, int h);
172 void wsWindowIconify(wsWindow *win); 172 void wsWindowIconify(wsWindow *win);
173 void wsWindowRaiseTop(Display *display, Window Win); 173 void wsWindowRaiseTop(Display *display, Window Win);
174 void wsWindowBackground(wsWindow *win, int r, int g, int b); 174 void wsWindowBackground(wsWindow *win, int r, int g, int b);
175 void wsWindowClear(wsWindow *win);
176 void wsWindowVisibility(wsWindow *win, int vis); 175 void wsWindowVisibility(wsWindow *win, int vis);
177 void wsWindowLayer(Display *display, Window Win, Bool fullscreen); 176 void wsWindowLayer(Display *display, Window Win, Bool fullscreen);
178 void wsWindowFullscreen(wsWindow *win); 177 void wsWindowFullscreen(wsWindow *win);
179 void wsWindowRedraw(wsWindow *win); 178 void wsWindowRedraw(wsWindow *win);
180 void wsWindowShape(wsWindow *win, char *data); 179 void wsWindowShape(wsWindow *win, char *data);