From 07ff6e00fc891bd3fbcaebd7f917c1195250b508 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Dec 2007 06:17:27 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvttoolkit.C | 5 ----- src/rxvttoolkit.h | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C index c60ae968..f35e6b98 100644 --- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -573,11 +573,6 @@ void rxvt_display::x_cb (ev::io &w, int revents) } } -void rxvt_display::flush () -{ - flush_ev.start (); -} - void rxvt_display::flush_cb (ev::prepare &w, int revents) { w.stop (); diff --git a/src/rxvttoolkit.h b/src/rxvttoolkit.h index dd7d21dd..1293b813 100644 --- a/src/rxvttoolkit.h +++ b/src/rxvttoolkit.h @@ -249,7 +249,11 @@ struct rxvt_display : refcounted void ref_next (); ~rxvt_display (); - void flush (); + void flush () + { + flush_ev.start (); + } + Atom atom (const char *name); void set_selection_owner (rxvt_term *owner); -- 2.34.1