]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
allow the use of keycodes directly in key bindings
[chaz/openbox] / openbox / frame.h
index 572d18b6353198affc06456724878ba243d6633c..78206c337fa966a66d54ebe5a74f10cf6640bf71 100644 (file)
@@ -114,11 +114,16 @@ struct _ObFrame
     gboolean  iconify_hover;
 
     gboolean  focused;
+
+    gboolean  flashing;
+    gboolean  flash_on;
+    GTimeVal  flash_end;
 };
 
 ObFrame *frame_new();
 void frame_show(ObFrame *self);
 void frame_hide(ObFrame *self);
+void frame_adjust_theme(ObFrame *self);
 void frame_adjust_shape(ObFrame *self);
 void frame_adjust_area(ObFrame *self, gboolean moved,
                        gboolean resized, gboolean fake);
@@ -145,5 +150,7 @@ void frame_client_gravity(ObFrame *self, int *x, int *y);
 */
 void frame_frame_gravity(ObFrame *self, int *x, int *y);
 
+void frame_flash_start(ObFrame *self);
+void frame_flash_stop(ObFrame *self);
 
 #endif
This page took 0.02646 seconds and 4 git commands to generate.