*** empty log message ***
authorroot <root>
Fri, 14 Dec 2007 06:17:27 +0000 (06:17 +0000)
committerroot <root>
Fri, 14 Dec 2007 06:17:27 +0000 (06:17 +0000)
src/rxvttoolkit.C
src/rxvttoolkit.h

index c60ae96..f35e6b9 100644 (file)
@@ -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 ();
index dd7d21d..1293b81 100644 (file)
@@ -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);