projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4e274
)
*** empty log message ***
author
root
<root>
Fri, 14 Dec 2007 06:17:27 +0000
(06:17 +0000)
committer
root
<root>
Fri, 14 Dec 2007 06:17:27 +0000
(06:17 +0000)
src/rxvttoolkit.C
patch
|
blob
|
history
src/rxvttoolkit.h
patch
|
blob
|
history
diff --git
a/src/rxvttoolkit.C
b/src/rxvttoolkit.C
index c60ae968ce902673ccda6bb7087a7eb14b3f2216..f35e6b98524778e771a02b48aa8316a49a4e5b72 100644
(file)
--- 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 dd7d21ddbdded238f6c97aac29c7eaf938db7a3a..1293b813bfeab9ed1d7b9668aad6ae90349a320d 100644
(file)
--- 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);