diff Gui/wm/ws.h @ 6651:8f49c75a2824

- add icon (nice, but very ugly hakk:) - move all window to one group - better multilanguage support - some small bug fixed - some warning fixed - swap the two menu - fix small network playing bug ( evPlay instead of evPlayNetwork :) - add channel name selection for equalizer support
author pontscho
date Fri, 05 Jul 2002 23:47:00 +0000
parents a4bbda72ce86
children 77980ab4e296
line wrap: on
line diff
--- a/Gui/wm/ws.h	Fri Jul 05 15:38:56 2002 +0000
+++ b/Gui/wm/ws.h	Fri Jul 05 23:47:00 2002 +0000
@@ -232,6 +232,7 @@
 extern void wsFullScreen( wsTWindow * win );
 extern void wsPostRedisplay( wsTWindow * win );
 extern void wsSetShape( wsTWindow * win,char * data );
+extern void wsSetIcon( Display * dsp,Window win,Pixmap icon,Pixmap mask );
 
 // ----------------------------------------------------------------------------------------------
 //    Draw string at x,y with fc ( foreground color ) and bc ( background color ).