summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-02-02 16:29:04 +0000
committerokan <okan>2014-02-02 16:29:04 +0000
commitad1b78c6d1b466fbc2c11eec92ad5ce75bb44515 (patch)
tree91d65e39a19d7e601855d32779b62bac76b0a6f9 /calmwm.h
parent5f9c7a21c71d8386ae7eb7b03bdfb9c58dbe1b19 (diff)
downloadcwm-ad1b78c6d1b466fbc2c11eec92ad5ce75bb44515.tar.gz
cwm-ad1b78c6d1b466fbc2c11eec92ad5ce75bb44515.tar.xz
cwm-ad1b78c6d1b466fbc2c11eec92ad5ce75bb44515.zip
No need to store screen colormap and visual; rather just use the X
macros in the one place they are needed.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index ae5b1b5..aa77bc0 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -221,8 +221,6 @@ TAILQ_HEAD(autogroupwin_q, autogroupwin);
 struct screen_ctx {
 	TAILQ_ENTRY(screen_ctx)	 entry;
 	int			 which;
-	Visual			*visual;
-	Colormap		 colormap;
 	Window			 rootwin;
 	Window			 menuwin;
 	int			 cycling;