[Xfce4-commits] <transd:master> suppress debugging
Brian J. Tarricone
noreply at xfce.org
Wed Apr 11 11:58:01 CEST 2012
Updating branch refs/heads/master
to bf345481baa2f5d4d4acf155bed3ff9c8ac5c97c (commit)
from 6e931aba881db555c60ce5b5619fa0581b8ce130 (commit)
commit bf345481baa2f5d4d4acf155bed3ff9c8ac5c97c
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Wed Apr 11 02:57:48 2012 -0700
suppress debugging
src/main.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main.c b/src/main.c
index f1a3cbe..3266dfe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -79,10 +79,9 @@ x_main(Display *dpy,
XEvent xev;
XNextEvent(dpy, &xev);
- if (xev.type == MapNotify) {
- g_debug("got map notify");
+ if (xev.type == MapNotify)
transd_window_mapped(transd, &xev.xmap);
- } else if (xev.type == PropertyNotify)
+ else if (xev.type == PropertyNotify)
transd_property_changed(transd, &xev.xproperty);
}
}
More information about the Xfce4-commits
mailing list