Mercurial > dwm-meillo
diff dwm.h @ 164:21071ae1fe68
made fullscreen apps working fine in floating mode (there is no sane way to make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 16:32:05 +0200 |
parents | 93012e947eae |
children | e0535db04dfe |
line wrap: on
line diff
--- a/dwm.h Wed Aug 02 13:05:04 2006 +0200 +++ b/dwm.h Wed Aug 02 16:32:05 2006 +0200 @@ -3,8 +3,8 @@ * See LICENSE file for license details. */ +#include CONFIG #include <X11/Xlib.h> -#include CONFIG /* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) @@ -57,8 +57,8 @@ int tx, ty, tw, th; /* title */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; + long flags; unsigned int border; - long flags; Bool isfloat; Bool ismax; Client *next;