Mercurial > dwm-meillo
comparison 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 |
comparison
equal
deleted
inserted
replaced
94:6efe82c775c9 | 95:5d88952cbf96 |
---|---|
259 wa.cursor = cursor[CurNormal]; | 259 wa.cursor = cursor[CurNormal]; |
260 | 260 |
261 XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa); | 261 XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa); |
262 | 262 |
263 strcpy(stext, "dwm-"VERSION); | 263 strcpy(stext, "dwm-"VERSION); |
264 | |
264 scan(); | 265 scan(); |
265 | 266 |
266 /* main event loop, reads status text from stdin as well */ | 267 /* main event loop, reads status text from stdin as well */ |
267 Mainloop: | 268 Mainloop: |
268 while(running) { | 269 while(running) { |