From: root Date: Sat, 26 Jan 2008 11:40:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0faff2a5297193782db98a1de70056e53126982a;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 205c5c6b..348d944d 100644 --- a/src/command.C +++ b/src/command.C @@ -1440,12 +1440,12 @@ rxvt_term::x_cb (XEvent &ev) break; case ConfigureNotify: - /*fprintf (stderr, "ConfigureNotify for %X, parent is %X, geom is %dx%d%+d%+d, old geom was %dx%d\n", + fprintf (stderr, "ConfigureNotify for %X, parent is %X, geom is %dx%d%+d%+d, old geom was %dx%d\n", ev.xconfigure.window, parent[0], ev.xconfigure.width, ev.xconfigure.height, ev.xconfigure.x, ev.xconfigure.y, - szHint.width, szHint.height); */ + szHint.width, szHint.height); if (ev.xconfigure.window == parent[0]) { - while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) + //while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) ; if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)