From 51bc793e046c036fdeea3a9cad834c13fda2832f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 13 Mar 2008 02:28:27 +0100 Subject: Make alt-tab icon size configurable. --- 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 cc5fa89a..248f97b3 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -132,6 +132,8 @@ extern gboolean config_theme_keepborder; extern gchar *config_title_layout; /*! Animate windows iconifying and restoring */ extern gboolean config_animate_iconify; +/*! Size of icons in focus switching dialogs */ +extern guint config_theme_window_list_icon_size; /*! The font for the active window's title */ extern RrFont *config_font_activewindow; -- cgit v1.2.3