summaryrefslogtreecommitdiff
path: root/openbox/config.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-10-31 10:10:33 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-10-31 10:10:33 +0000
commit10805a47644f9b7eb01528287c3281232e9187d0 (patch)
treea89ab6b703fbccc9714af8d3efb4faf2bb2c6d3c /openbox/config.h
parentb27343a314efa7f42510beaee2c7260a54bbf7ac (diff)
config option for icons in desktop menus
Diffstat (limited to 'openbox/config.h')
-rw-r--r--openbox/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/config.h b/openbox/config.h
index c7df90f0..13255108 100644
--- a/openbox/config.h
+++ b/openbox/config.h
@@ -113,6 +113,8 @@ extern gboolean config_menu_warppointer;
extern gboolean config_menu_xorstyle;
/*! delay for hiding menu when opening */
extern guint config_menu_hide_delay;
+/*! show icons in client_list_menu */
+extern gboolean config_menu_client_list_icons;
/*! User-specified menu files */
extern GSList *config_menu_files;