--- rxvt-unicode/src/rxvttoolkit.h 2004/08/15 00:37:04 1.1 +++ rxvt-unicode/src/rxvttoolkit.h 2004/12/15 00:53:23 1.5 @@ -18,6 +18,7 @@ #include "callback.h" struct rxvt_term; +struct rxvt_display; struct im_watcher; struct xevent_watcher; @@ -66,6 +67,7 @@ vector imw; void im_change_cb (); + void im_change_check (); #endif //public @@ -84,8 +86,10 @@ bool init (); ~rxvt_display (); - void flush (); + operator Display *() const { return display; } + void flush (); + Atom atom (const char *name); void set_selection_owner (rxvt_term *owner); void reg (xevent_watcher *w); @@ -98,8 +102,6 @@ rxvt_xim *get_xim (const char *locale, const char *modifiers); void put_xim (rxvt_xim *xim); #endif - - Atom atom (const char *name); }; #ifdef USE_XIM