Mercurial > dwm-meillo
changeset 492:5df494262dfd
removed useless debug info
author | arg@mmvi |
---|---|
date | Tue, 26 Sep 2006 08:17:35 +0200 |
parents | 12395ef46d97 |
children | d0104ede6454 |
files | event.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/event.c Tue Sep 26 07:40:19 2006 +0200 +++ b/event.c Tue Sep 26 08:17:35 2006 +0200 @@ -1,4 +1,3 @@ -#include <stdio.h> /* * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com> * See LICENSE file for license details. @@ -154,7 +153,6 @@ XEvent synev; XWindowChanges wc; - fputs("configurerequest\n", stderr); if((c = getclient(ev->window))) { c->ismax = False; gravitate(c, True); @@ -211,7 +209,6 @@ Client *c; XCrossingEvent *ev = &e->xcrossing; - fputs("enternotify\n", stderr); if(ev->mode != NotifyNormal || ev->detail == NotifyInferior) return; @@ -299,7 +296,6 @@ Window trans; XPropertyEvent *ev = &e->xproperty; - fputs("propertynotify\n", stderr); if(ev->state == PropertyDelete) return; /* ignore */