From a54889d74d8b30a381812db4bb4aa18afdc2c93a Mon Sep 17 00:00:00 2001 From: pcg Date: Fri, 20 Feb 2004 23:01:45 +0000 Subject: [PATCH] *** empty log message *** --- src/main.C | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.C b/src/main.C index 66bc53af..79a8d0e9 100644 --- a/src/main.C +++ b/src/main.C @@ -91,14 +91,14 @@ rxvt_term::rxvt_term () #endif #ifdef POINTER_BLANK pointer_ev (this, &rxvt_term::pointer_cb), +#endif +#ifdef USE_XIM + im_ev (this, &rxvt_term::im_cb), #endif check_ev (this, &rxvt_term::check_cb), destroy_ev (this, &rxvt_term::destroy_cb), pty_ev (this, &rxvt_term::pty_cb), - incr_ev (this, &rxvt_term::incr_cb), -#ifdef USE_XIM - im_ev (this, &rxvt_term::im_cb) -#endif + incr_ev (this, &rxvt_term::incr_cb) { cmdbuf_ptr = cmdbuf_endp = cmdbuf_base; } -- 2.34.1