*** empty log message ***
authorroot <root>
Sat, 26 Jan 2008 11:40:47 +0000 (11:40 +0000)
committerroot <root>
Sat, 26 Jan 2008 11:40:47 +0000 (11:40 +0000)
src/command.C

index 205c5c6b352662d22ed3eb8620cb5ac26405a3a2..348d944d4bf0f4de10bbe5396bf1e80c07d98ccf 100644 (file)
@@ -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)