Launcher: reload shortcut on click (issue #569)

This commit is contained in:
o9000
2016-08-07 14:15:45 +02:00
parent e9d6ec9f23
commit 5c6385b4c3
2 changed files with 115 additions and 105 deletions

View File

@@ -23,6 +23,7 @@ typedef struct Launcher {
typedef struct LauncherIcon {
// always start with area
Area area;
char *config_path;
Imlib_Image image;
Imlib_Image image_hover;
Imlib_Image image_pressed;
@@ -31,7 +32,6 @@ typedef struct LauncherIcon {
char *icon_path;
char *icon_tooltip;
int icon_size;
int is_app_desktop;
int x, y;
} LauncherIcon;