diff main.c @ 95:5d88952cbf96

implemened distinguishing float/managed geometries of clients (works quite well)
author Anselm R. Garbe <garbeam@wmii.de>
date Tue, 18 Jul 2006 12:36:57 +0200
parents 4bee0aa5b286
children a19556fe83b5
line wrap: on
line diff
--- a/main.c	Tue Jul 18 11:45:32 2006 +0200
+++ b/main.c	Tue Jul 18 12:36:57 2006 +0200
@@ -261,6 +261,7 @@
 	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
 
 	strcpy(stext, "dwm-"VERSION);
+
 	scan();
 
 	/* main event loop, reads status text from stdin as well */