summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2010-01-08 17:48:07 -0500
committerDana Jansens <danakj@orodu.net>2010-01-08 17:55:19 -0500
commit8c9fb63baaf7d6245cccc584359bf09359663bea (patch)
tree796abec056fdf426edbab93126e4a15b24b95e3e /openbox/config.h
parentfc120a75308855b738a42b1fde9d6e0d276f3bf9 (diff)
Rework the code provided by Kadlcik Libor for loading/showing icons in Openbox menus.
This changes how the imagecache works, you can load an image into it directly, or you can load it by name (then it will load it from a file on disk). NOTE: The name part is incomplete, as it needs to use the freedesktop.org icon spec to search for the right file. Also to resize it should look for another icon on disk with the same name but different size (icon themes).
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/config.h b/openbox/config.h
index 1825f477..0e4ccb5c 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -193,12 +193,10 @@ extern gboolean config_menu_middle;
extern guint config_submenu_show_delay;
/*! Delay before closing a submenu in milliseconds */
extern guint config_submenu_hide_delay;
-/*! Show icons in client_list_menu */
-extern gboolean config_menu_client_list_icons;
/*! Show manage desktops in client_list_menu */
extern gboolean config_menu_manage_desktops;
/*! Load & show icons in user-defined menus */
-extern gboolean config_menu_user_show_icons;
+extern gboolean config_menu_show_icons;
/*! User-specified menu files */
extern GSList *config_menu_files;
/*! Per app settings */