From 9d08cf53bdd6a807c9d33b76bae3fc82908a9c4b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 18 Nov 2007 02:45:26 +0000 Subject: [PATCH] *** empty log message *** --- src/main.C | 2 +- src/rxvt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.C b/src/main.C index f7474c40..83904db9 100644 --- a/src/main.C +++ b/src/main.C @@ -372,7 +372,7 @@ rxvt_term::destroy () } void -rxvt_term::destroy_cb (ev::check &w, int revents) +rxvt_term::destroy_cb (ev::idle &w, int revents) { make_current (); diff --git a/src/rxvt.h b/src/rxvt.h index a0c23493..8d818245 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1067,7 +1067,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { void child_cb (ev::child &w, int revents); ev::child child_ev; void prepare_cb (ev::prepare &w, int revents); ev::prepare prepare_ev; - void destroy_cb (ev::check &w, int revents); ev::check destroy_ev; + void destroy_cb (ev::idle &w, int revents); ev::idle destroy_ev; void flush (); void flush_cb (ev::timer &w, int revents); ev::timer flush_ev; bool pty_fill (); -- 2.34.1