diff 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
line wrap: on
line diff
--- a/gui/wm/ws.h	Wed Jan 23 14:10:24 2013 +0000
+++ b/gui/wm/ws.h	Wed Jan 23 14:25:22 2013 +0000
@@ -172,7 +172,6 @@
 void wsWindowIconify(wsWindow *win);
 void wsWindowRaiseTop(Display *display, Window Win);
 void wsWindowBackground(wsWindow *win, int r, int g, int b);
-void wsWindowClear(wsWindow *win);
 void wsWindowVisibility(wsWindow *win, int vis);
 void wsWindowLayer(Display *display, Window Win, Bool fullscreen);
 void wsWindowFullscreen(wsWindow *win);