--- rxvt-unicode/src/rxvttoolkit.h 2004/08/15 00:37:04 1.1 +++ rxvt-unicode/src/rxvttoolkit.h 2004/12/11 23:01:36 1.4 @@ -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,6 +86,8 @@ bool init (); ~rxvt_display (); + operator Display *() const { return display; } + void flush (); void set_selection_owner (rxvt_term *owner);