X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=b48c07cacfee521bca50146f395976ba57fd2fd4;hb=aa852556c0bc12e41a24da01df031d1eb886f9fa;hp=af01bfade591fd305cdd37506c13142784dbbd7a;hpb=d9f14c1d010860e658f4a9adc6682e0264b410aa;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index af01bfad..b48c07ca 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -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);