From b1929b5ed6a33fa6d031912c9963ab5e113f81ea Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 13 Feb 2018 15:43:15 +0000 Subject: Store the screen's visual type and colormap. --- calmwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calmwm.h') 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; -- cgit 1.4.1