mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
AppIcon helper functions.
Create wAppIconFor() and wAppIconTouchesHead() to match wWindowFor() and wWindowTouchesHead(). These functions will allow us to locate the window and head associated with a particular app icon or dock icon.
This commit is contained in:
committed by
Carlos R. Mafra
parent
930e59dd31
commit
67f73e9d54
@@ -83,4 +83,5 @@ void paint_app_icon(WApplication *wapp);
|
||||
void unpaint_app_icon(WApplication *wapp);
|
||||
void wApplicationExtractDirPackIcon(WScreen * scr, char *path, char *wm_instance,
|
||||
char *wm_class);
|
||||
WAppIcon *wAppIconFor(Window window);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user