X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=248f97b36279fac14d73c5e8da65001039aab405;hb=c828154886a40fa48b0545fd5d22e277f6d210e9;hp=8a01ee1ff4345121066695d2c59ae17cf5536aae;hpb=d78ae0546dae17eda6084a1bd33e63637ba802e5;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 8a01ee1f..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; @@ -197,5 +199,4 @@ ObAppSettings* config_create_app_settings(void); void config_app_settings_copy_non_defaults(const ObAppSettings *src, ObAppSettings *dest); - #endif