]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.h
get the offscreen pixmaps for all windows (including their frames)
[chaz/openbox] / openbox / frame.h
index cf840bdf1b4aabee568579411a8bd38a2787992e..c21860ee665e86004efc555030688691fa0dc288 100644 (file)
@@ -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;
This page took 0.022605 seconds and 4 git commands to generate.