]> Dogcows Code - chaz/tint2/blobdiff - src/launcher/launcher.h
launcher : limit launcher_icon_theme to 1 theme. Add XSETTINGS client and read launch...
[chaz/tint2] / src / launcher / launcher.h
index d44ade1a0eba7f0f5580dbc33a5b3f5f61047e88..ddbc6e82017c833f82323807ae69fbc2499f082a 100644 (file)
@@ -9,13 +9,13 @@
 
 #include "common.h"
 #include "area.h"
+#include "xsettings-client.h"
 
 typedef struct Launcher {
        // always start with area
        Area area;
        GSList *list_apps;                      // List of char*, each is a path to a app.desktop file
        GSList *list_icons;             // List of LauncherIcon*
-       GSList *icon_theme_names;       // List of char*, each is a theme name (oxygen, Tango...)
        GSList *icon_themes;            // List of IconTheme*
 } Launcher;
 
@@ -57,6 +57,8 @@ typedef struct IconTheme {
 
 extern int launcher_enabled;
 extern int launcher_max_icon_size;
+extern char *icon_theme_name;  // theme name
+extern XSettingsClient *xsettings_client;
 
 // default global data
 void default_launcher();
This page took 0.020493 seconds and 4 git commands to generate.