--- rxvt-unicode/src/rxvttoolkit.h 2008/11/05 14:43:54 1.47 +++ rxvt-unicode/src/rxvttoolkit.h 2010/01/24 21:53:13 1.48 @@ -237,6 +237,7 @@ int screen; Window root; rxvt_term *selection_owner; + rxvt_term *clipboard_owner; Atom xa[NUM_XA]; bool is_local; #ifdef POINTER_BLANK @@ -255,7 +256,7 @@ } Atom atom (const char *name); - void set_selection_owner (rxvt_term *owner); + void set_selection_owner (rxvt_term *owner, bool clipboard); void reg (xevent_watcher *w); void unreg (xevent_watcher *w);