--- rxvt-unicode/src/rxvtcolor.h 2004/02/13 12:16:21 1.7 +++ rxvt-unicode/src/rxvtcolor.h 2004/02/25 15:06:05 1.9 @@ -24,7 +24,7 @@ char *id; refcounted (const char *id); - bool init () { } + bool init () { return false; } ~refcounted (); }; @@ -52,8 +52,6 @@ struct rxvt_display : refcounted { Atom xa_xim_servers; - rxvt_term *selection_owner; - io_manager_vec xw; io_watcher x_ev; void x_cb (io_watcher &w, short revents); @@ -70,6 +68,7 @@ Visual *visual; Colormap cmap; Window root; + rxvt_term *selection_owner; rxvt_display (const char *id); bool init ();