Mercurial > dwm-meillo
comparison main.c @ 473:2d8af0d7920d
implemented the maximization as I described on the mailinglist, this feels better to me.
author | arg@mmvi |
---|---|
date | Fri, 22 Sep 2006 07:37:56 +0200 |
parents | 9d23330a5268 |
children | be4f90c03582 |
comparison
equal
deleted
inserted
replaced
472:298be2d65d2e | 473:2d8af0d7920d |
---|---|
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; | |
28 Client *clients = NULL; | 27 Client *clients = NULL; |
29 Client *sel = NULL; | 28 Client *sel = NULL; |
30 Client *stack = NULL; | 29 Client *stack = NULL; |
31 Cursor cursor[CurLast]; | 30 Cursor cursor[CurLast]; |
32 Display *dpy; | 31 Display *dpy; |