]> Dogcows Code - chaz/tint2/blobdiff - src/launcher/launcher.h
Changed launcher to use Areas for each icon; this allows showing tooltips
[chaz/tint2] / src / launcher / launcher.h
index 10a915101bf9677dc4e9f5ada1688a0999cee919..3a6abcf87f7c496408b16ad151cab14ef66bae35 100644 (file)
@@ -20,11 +20,14 @@ typedef struct Launcher {
 } Launcher;
 
 typedef struct LauncherIcon {
+       // always start with area
+       Area area;
        Imlib_Image icon_scaled;
        Imlib_Image icon_original;
        char *cmd;
        char *icon_name;
        char *icon_path;
+       char *icon_tooltip;
        int icon_size;
        int is_app_desktop;
        int x, y;
This page took 0.020696 seconds and 4 git commands to generate.