diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-03-13 02:28:27 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-03-13 02:28:43 +0100 |
| commit | 51bc793e046c036fdeea3a9cad834c13fda2832f (patch) | |
| tree | 7011da161a3362afee2b7e47a61bb8ead77eff81 /openbox/config.h | |
| parent | e4f0be1ab0234b45ef0509409250db2e5231b635 (diff) | |
Make alt-tab icon size configurable.
Diffstat (limited to 'openbox/config.h')
| -rw-r--r-- | openbox/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
