]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
support clients which use true transparency 32-bit visuals.
[chaz/openbox] / openbox / frame.h
index af01bfade591fd305cdd37506c13142784dbbd7a..b48c07cacfee521bca50146f395976ba57fd2fd4 100644 (file)
@@ -98,6 +98,8 @@ struct _ObFrame
     Window    tlresize;
     Window    trresize;
 
+    Colormap  colormap;
+
     RrAppearance *a_unfocused_title;
     RrAppearance *a_focused_title;
     RrAppearance *a_unfocused_label;
@@ -142,7 +144,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.023562 seconds and 4 git commands to generate.