Mercurial > dwm-meillo
comparison main.c @ 400:052657ff2e7b
applied Sanders max_and_focus.patch
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 04 Sep 2006 08:55:49 +0200 |
parents | ba6c55e1b9b2 |
children | a6b8994af164 |
comparison
equal
deleted
inserted
replaced
399:74739798b0b2 | 400:052657ff2e7b |
---|---|
22 int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh; | 22 int bx, by, bw, bh, bmw, mw, screen, sx, sy, sw, sh; |
23 unsigned int ntags, numlockmask; | 23 unsigned int ntags, numlockmask; |
24 Atom wmatom[WMLast], netatom[NetLast]; | 24 Atom wmatom[WMLast], netatom[NetLast]; |
25 Bool running = True; | 25 Bool running = True; |
26 Bool issel = True; | 26 Bool issel = True; |
27 Bool maximized = False; | |
27 Client *clients = NULL; | 28 Client *clients = NULL; |
28 Client *sel = NULL; | 29 Client *sel = NULL; |
29 Cursor cursor[CurLast]; | 30 Cursor cursor[CurLast]; |
30 Display *dpy; | 31 Display *dpy; |
31 DC dc = {0}; | 32 DC dc = {0}; |