mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +01:00
app_icon_create_from_docks renamed to create_appicon_from_dock
The function app_icon_create_from_docks is renamed to create_appicon_from_dock because the name reads better.
This commit is contained in:
committed by
Carlos R. Mafra
parent
d53b43608a
commit
96800cdc16
@@ -72,7 +72,7 @@ typedef struct WAppIcon {
|
||||
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 create_appicon_from_dock(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