From b803e99634ca48acb240a6e5a67ab768a72159bc Mon Sep 17 00:00:00 2001 From: okan Date: Sun, 2 Feb 2014 16:29:04 +0000 Subject: No need to store screen colormap and visual; rather just use the X macros in the one place they are needed. --- calmwm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 4b17075..65e05f6 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.255 2014/02/02 15:46:05 okan Exp $ + * $OpenBSD: calmwm.h,v 1.256 2014/02/02 16:29:04 okan Exp $ */ #ifndef _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; -- cgit v1.2.3-2-gb3c3