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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 9436dd0866..f1d6fddc62 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -202,6 +202,7 @@ extern void wsResizeWindow( wsTWindow * win,int sx, int sy );
extern void wsIconify( wsTWindow win );
extern void wsMoveTopWindow( wsTWindow * win );
extern void wsSetBackground( wsTWindow * win,int color );
+extern void wsSetForegroundRGB( wsTWindow * win,int r,int g,int b );
extern void wsSetBackgroundRGB( wsTWindow * win,int r,int g,int b );
#define wsClearWindow( win ); XClearWindow( wsDisplay,win.WindowID );
extern void wsSetTitle( wsTWindow * win,char * name );