]> Dogcows Code - chaz/openbox/blobdiff - openbox/config.h
add application opacity configuration
[chaz/openbox] / openbox / config.h
index 1802179d3f6774d67bc96b3a60e00d16bbfb888d..beb54be4e6393102c23e521a9aeb12774efa5c75 100644 (file)
 
 typedef struct _ObAppSettings ObAppSettings;
 
-typedef enum {
-    OB_APP_SETTINGS_MONITOR_FIXED,
-    OB_APP_SETTINGS_MONITOR_PRIMARY,
-    OB_APP_SETTINGS_MONITOR_ACTIVE,
-    OB_APP_SETTINGS_MONITOR_MOUSE
-} ObAppSettingsMonitor;
-
 struct _ObAppSettings
 {
     GPatternSpec *class;
@@ -56,7 +49,7 @@ struct _ObAppSettings
     gint shade;
     gint decor;
     gint focus;
-    ObAppSettingsMonitor monitor_type;
+    ObPlaceMonitor monitor_type;
     gint monitor;
     gint iconic;
     gint skip_pager;
@@ -64,8 +57,9 @@ struct _ObAppSettings
     gint max_horz;
     gint max_vert;
     gint fullscreen;
-
     gint layer;
+
+    guint8 opacity;
 };
 
 /*! Should new windows be focused */
@@ -152,6 +146,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;
This page took 0.021454 seconds and 4 git commands to generate.