mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-26 00:12:31 +01:00
New function get_name_for_instance_class
The function get_name_for_icon is renamed to get_name_for_wwin. The previous contents of get_name_for_icon are now at the new function get_name_for_instance_class.
This commit is contained in:
committed by
Carlos R. Mafra
parent
9d3d34599f
commit
cedf620543
@@ -67,7 +67,8 @@ Bool wIconChangeImageFile(WIcon *icon, char *file);
|
||||
|
||||
RImage * wIconValidateIconSize(WScreen *scr, RImage *icon, int max_size);
|
||||
|
||||
char * wIconStore(WIcon *icon);
|
||||
char *wIconStore(WIcon *icon);
|
||||
char *get_name_for_instance_class(char *wm_instance, char *wm_class);
|
||||
|
||||
#ifdef NEWAPPICON
|
||||
void wIconSetHighlited(WIcon *icon, Bool flag);
|
||||
|
||||
Reference in New Issue
Block a user