*** empty log message ***
authorroot <root>
Sat, 26 Jan 2008 12:03:36 +0000 (12:03 +0000)
committerroot <root>
Sat, 26 Jan 2008 12:03:36 +0000 (12:03 +0000)
src/rxvttoolkit.C

index 1cef324704e77442cdb8ca7d24dfe0a461030691..610b81b19322cad7b7d75a1df188c8a05614420e 100644 (file)
@@ -571,12 +571,15 @@ void rxvt_display::x_cb (ev::io &w, int revents)
             }
         }
     }
+
+  flush_ev.start ();
 }
 
 void rxvt_display::flush_cb (ev::prepare &w, int revents)
 {
-  w.stop ();
+  x_cb(x_ev,0);//D
   XFlush (dpy);
+  w.stop ();
 }
 
 void rxvt_display::reg (xevent_watcher *w)