X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fconfig.h;h=c09a1f4f1cfb5335add5a71c4a6cef14eb5a06f6;hp=87662ab9d27955fa86d073d4fef1f6f7c2e8c5ff;hb=9325c92056ff4268db2263cdf8c07bb529e158aa;hpb=782b2864b1cc5ffab426dfb784a973576a98de18 diff --git a/openbox/config.h b/openbox/config.h index 87662ab9..c09a1f4f 100644 --- a/openbox/config.h +++ b/openbox/config.h @@ -65,8 +65,9 @@ struct _ObAppSettings gint max_horz; gint max_vert; gint fullscreen; - gint layer; + + guint8 opacity; }; /*! Should new windows be focused */ @@ -151,6 +152,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;