--- rxvt-unicode/src/rxvtcolor.h 2004/02/09 07:11:49 1.3 +++ rxvt-unicode/src/rxvtcolor.h 2004/02/10 00:40:39 1.4 @@ -14,13 +14,15 @@ #include "callback.h" -struct rxvt_vars; +struct rxvt_term; struct xevent_watcher; struct rxvt_display { int referenced; char *name; + + rxvt_term *selection_owner; io_manager_vec xw; io_watcher x_watcher; void x_event (io_watcher &w, short revents); @@ -41,6 +43,8 @@ rxvt_display (const char *name); ~rxvt_display (); + + void set_selection_owner (rxvt_term *owner); }; struct xevent_watcher : watcher, callback1 {