From 10805a47644f9b7eb01528287c3281232e9187d0 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 31 Oct 2004 10:10:33 +0000 Subject: config option for icons in desktop menus --- openbox/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/config.h') 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; -- cgit v1.2.3