1
0
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:
Rodolfo García Peñas (kix)
2012-06-06 11:07:19 +02:00
committed by Carlos R. Mafra
parent 9d3d34599f
commit cedf620543
2 changed files with 18 additions and 12 deletions

View File

@@ -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);