From fa6f70ce3a1e5aff0cdafb4b641128f360278f2a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 20 Jun 2007 02:51:42 +0000 Subject: get the offscreen pixmaps for all windows (including their frames) --- openbox/frame.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openbox/frame.h') 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; -- cgit v1.2.3