diff options
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r-- | Gui/wm/ws.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h index e4d7b485d5..4dc14ad4f0 100644 --- a/Gui/wm/ws.h +++ b/Gui/wm/ws.h @@ -232,6 +232,7 @@ extern void wsSetLayer( Display * wsDisplay,Window win, int layer ); 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 ). |