mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
app_icon_create_from_docks moved to appicon.c
The function app_icon_create_from_docks is moved to appicon.c, because it is a function to create application icons. The static function findDockIconFor is moved too because it is only used at app_icon_create_from_docks().
This commit is contained in:
committed by
Carlos R. Mafra
parent
f8158d047a
commit
a08adcd283
@@ -73,6 +73,7 @@ WAppIcon *wAppIconCreate(WWindow *leader_win);
|
||||
WAppIcon *wAppIconCreateForDock(WScreen *scr, char *command, char *wm_instance,
|
||||
char *wm_class, int tile);
|
||||
|
||||
void app_icon_create_from_docks(WWindow *wwin, WApplication *wapp, Window main_window);
|
||||
void wAppIconDestroy(WAppIcon *aicon);
|
||||
void wAppIconPaint(WAppIcon *aicon);
|
||||
void wAppIconMove(WAppIcon *aicon, int x, int y);
|
||||
|
||||
Reference in New Issue
Block a user