aboutsummarylogtreecommitdiffstats
path: root/util.c
diff options
context:
space:
mode:
authorarg@10ksloc.org2006-08-02 16:32:05 +0200
committerarg@10ksloc.org2006-08-02 16:32:05 +0200
commit6f0fee35b37144e54f8c29cd4cd1cc72fce14803 (patch)
tree92062b882957d749bf1a201414f466ac39bcbcf7 /util.c
parent5a1f3db22ba87437b7ef3c6b9fe4913a23d361be (diff)
downloadaur-6f0fee35b37144e54f8c29cd4cd1cc72fce14803.tar.gz
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
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.c b/util.c
index 6eb19b494ec9..7aff2aa9ca43 100644
--- a/util.c
+++ b/util.c
@@ -3,7 +3,6 @@
* See LICENSE file for license details.
*/
#include "dwm.h"
-
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>