Mouse effects: tint icons

This commit is contained in:
o9000
2015-11-04 13:02:12 +01:00
parent 1b554ebc1e
commit 68d3799c47
6 changed files with 82 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ typedef struct LauncherIcon {
// always start with area
Area area;
Imlib_Image image;
Imlib_Image image_hover;
Imlib_Image image_pressed;
char *cmd;
char *icon_name;
char *icon_path;