X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fconfig.h;h=500c7b467f8c23b04db2fb8935bdaf42c429c7f0;hb=445056664fbd8501a47724cf3976a45fab2f448e;hp=730dc39a5f8040d1a3ca5460dd087d4bf9c33f34;hpb=c8d98d2586a22bdaaa20859c4d5db1bbf632a533;p=chaz%2Fopenbox diff --git a/openbox/config.h b/openbox/config.h index 730dc39a..500c7b46 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -145,6 +145,10 @@ extern gchar *config_title_layout; extern gboolean config_animate_iconify; /*! Size of icons in focus switching dialogs */ extern guint config_theme_window_list_icon_size; +/*! Amount of time between flashes (0 to disable flashing) */ +extern guint config_frame_flash_delay; +/*! How long (ms) to flash the window's frame (0 to flash forever) */ +extern guint config_frame_flash_duration; /*! The font for the active window's title */ extern RrFont *config_font_activewindow;