mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 02:12:30 +01:00
Remove unused argument in save_appicon
The argument dock is always True, so can be removed. Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
9c4b19d8aa
commit
b2c5078987
@@ -78,7 +78,7 @@ void wAppIconPaint(WAppIcon *aicon);
|
||||
void wAppIconMove(WAppIcon *aicon, int x, int y);
|
||||
void create_appicon_for_application(WApplication *wapp, WWindow *wwin);
|
||||
void removeAppIconFor(WApplication * wapp);
|
||||
void save_appicon(WAppIcon *aicon, Bool dock);
|
||||
void save_appicon(WAppIcon *aicon);
|
||||
void paint_app_icon(WApplication *wapp);
|
||||
void unpaint_app_icon(WApplication *wapp);
|
||||
void wApplicationExtractDirPackIcon(const char *path, const char *wm_instance,
|
||||
|
||||
Reference in New Issue
Block a user