comparison draw.c @ 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 9b9deafa0508
children 1db04019684e
comparison
equal deleted inserted replaced
163:e2e1de08341d 164:21071ae1fe68
1 /* 1 /*
2 * (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com> 2 * (C)opyright MMIV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
3 * See LICENSE file for license details. 3 * See LICENSE file for license details.
4 */ 4 */
5 #include "dwm.h" 5 #include "dwm.h"
6
7 #include <stdio.h> 6 #include <stdio.h>
8 #include <string.h> 7 #include <string.h>
9 #include <X11/Xlocale.h> 8 #include <X11/Xlocale.h>
10 9
11 /* static */ 10 /* static */