summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 64fa4948..24b29ab7 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -56,6 +56,8 @@ typedef enum
META_SCREEN_RIGHT
} MetaScreenDirection;
+#define META_WIREFRAME_XOR_LINE_WIDTH 5
+
struct _MetaScreen
{
MetaDisplay *display;
@@ -108,6 +110,9 @@ struct _MetaScreen
guint showing_desktop : 1;
int closing;
+
+ /* gc for XOR on root window */
+ GC root_xor_gc;
};
MetaScreen* meta_screen_new (MetaDisplay *display,