No need to store screen colormap and visual; rather just use the X

macros in the one place they are needed.
This commit is contained in:
okan
2014-02-02 16:29:04 +00:00
parent 5f9c7a21c7
commit ad1b78c6d1
4 changed files with 9 additions and 11 deletions

View File

@@ -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;