summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2018-02-13 15:43:15 +0000
committerokan <okan>2018-02-13 15:43:15 +0000
commitb1929b5ed6a33fa6d031912c9963ab5e113f81ea (patch)
treeb31ec8215f1a35d9486d1a76551e5d3de312c38f /calmwm.h
parent13763662c9ba3c0fed9732b14fb81a63235a1f26 (diff)
downloadcwm-b1929b5ed6a33fa6d031912c9963ab5e113f81ea.tar.gz
cwm-b1929b5ed6a33fa6d031912c9963ab5e113f81ea.tar.xz
cwm-b1929b5ed6a33fa6d031912c9963ab5e113f81ea.zip
Store the screen's visual type and colormap.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index a99ba02..e4dbe3a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -223,6 +223,8 @@ struct screen_ctx {
 	struct region_q		 regionq;
 	struct group_q		 groupq;
 	struct group_ctx	*group_active;
+	Colormap		 colormap;
+	Visual			*visual;
 	struct {
 		Window		 win;
 		XftDraw		*xftdraw;