--- rxvt-unicode/src/rxvttoolkit.h 2005/08/11 02:05:07 1.8 +++ rxvt-unicode/src/rxvttoolkit.h 2006/01/11 00:59:58 1.9 @@ -28,7 +28,8 @@ char *id; refcounted (const char *id); - bool init () { return false; } + bool ref_init () { return false; } + void ref_next () { } ~refcounted (); }; @@ -55,7 +56,7 @@ XIM xim; rxvt_xim (const char *id) : refcounted (id) { } - bool init (); + bool ref_init (); ~rxvt_xim (); }; #endif @@ -91,7 +92,9 @@ #endif rxvt_display (const char *id); - bool init (); + XrmDatabase get_resources (); + bool ref_init (); + void ref_next (); ~rxvt_display (); operator Display *() const { return display; }