mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
wApplicationExtractDirPackIcon doesn't use WScreen
The function wApplicationExtractDirPackIcon now doesn't need the argument WScreen, so can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
4e4d75c55e
commit
453a0226ad
@@ -81,7 +81,7 @@ void removeAppIconFor(WApplication * wapp);
|
||||
void save_appicon(WAppIcon *aicon, Bool dock);
|
||||
void paint_app_icon(WApplication *wapp);
|
||||
void unpaint_app_icon(WApplication *wapp);
|
||||
void wApplicationExtractDirPackIcon(WScreen *scr, const char *path, const char *wm_instance,
|
||||
void wApplicationExtractDirPackIcon(const char *path, const char *wm_instance,
|
||||
const char *wm_class);
|
||||
WAppIcon *wAppIconFor(Window window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user