diff Gui/wm/ws.h @ 1814:9c674dc76ff3

add wsSetForegroundRGB
author pontscho
date Fri, 31 Aug 2001 22:06:28 +0000
parents 5e4214a7540e
children a6c67352ccac
line wrap: on
line diff
--- a/Gui/wm/ws.h	Fri Aug 31 21:23:55 2001 +0000
+++ b/Gui/wm/ws.h	Fri Aug 31 22:06:28 2001 +0000
@@ -202,6 +202,7 @@
 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 );