*** empty log message ***
authorpcg <pcg>
Fri, 20 Feb 2004 23:01:45 +0000 (23:01 +0000)
committerpcg <pcg>
Fri, 20 Feb 2004 23:01:45 +0000 (23:01 +0000)
src/main.C

index 66bc53afab74d61d18914129a73dbb31deabf696..79a8d0e9c4d0031bcf2e489660ebfb062c74e6b6 100644 (file)
@@ -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;
 }