From f1f7a88c973486129dc218fba5b10330ba1b412b Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Jan 2008 12:03:36 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvttoolkit.C | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C index 1cef3247..610b81b1 100644 --- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -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) -- 2.34.1