From 95e8d12b7189d4cd01b8ae8ecebfa5835a1809e6 Mon Sep 17 00:00:00 2001 From: "arg@10ksloc.org" Date: Wed, 2 Aug 2006 16:32:05 +0200 Subject: 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 --- dwm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 0ed778c..803fe9f 100644 --- a/dwm.h +++ b/dwm.h @@ -3,8 +3,8 @@ * See LICENSE file for license details. */ -#include #include CONFIG +#include /* mask shorthands, used in event.c and client.c */ #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) @@ -57,8 +57,8 @@ struct Client { int tx, ty, tw, th; /* title */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; - unsigned int border; long flags; + unsigned int border; Bool isfloat; Bool ismax; Client *next; -- cgit v1.2.3-54-g00ecf