]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
watch for reverttoparent reverting to the root window, which will create a DetailInfe...
[chaz/openbox] / openbox / frame.h
index af01bfade591fd305cdd37506c13142784dbbd7a..0d04436630fa467c3f0d656c270d96dd43b371c7 100644 (file)
@@ -95,8 +95,12 @@ struct _ObFrame
     Window    lgrip;
     Window    rgrip;
 
-    Window    tlresize;
-    Window    trresize;
+    Window    tltresize;
+    Window    tllresize;
+    Window    trtresize;
+    Window    trrresize;
+
+    Colormap  colormap;
 
     RrAppearance *a_unfocused_title;
     RrAppearance *a_focused_title;
@@ -142,7 +146,7 @@ struct _ObFrame
     GTimeVal  flash_end;
 };
 
-ObFrame *frame_new();
+ObFrame *frame_new(struct _ObClient *c);
 void frame_show(ObFrame *self);
 void frame_hide(ObFrame *self);
 void frame_adjust_theme(ObFrame *self);
This page took 0.023429 seconds and 4 git commands to generate.