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 --- util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util.c') diff --git a/util.c b/util.c index 6eb19b4..7aff2aa 100644 --- a/util.c +++ b/util.c @@ -3,7 +3,6 @@ * See LICENSE file for license details. */ #include "dwm.h" - #include #include #include -- cgit v1.2.3-54-g00ecf