X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.h;h=c21860ee665e86004efc555030688691fa0dc288;hb=fa6f70ce3a1e5aff0cdafb4b641128f360278f2a;hp=cf840bdf1b4aabee568579411a8bd38a2787992e;hpb=07cabeb9467eff55132153a4b4715fcb45ba5e96;p=chaz%2Fopenbox diff --git a/openbox/frame.h b/openbox/frame.h index cf840bdf..c21860ee 100644 --- a/openbox/frame.h +++ b/openbox/frame.h @@ -78,6 +78,10 @@ struct _ObFrame Window window; + Pixmap pixmap; /* Offscreen buffer of the frame window's contents + when Composite is enabled */ + gboolean has_alpha; + Strut size; Rect area; gboolean visible;