--- rxvt-unicode/src/rxvttoolkit.h 2006/01/31 18:36:35 1.19 +++ rxvt-unicode/src/rxvttoolkit.h 2006/02/02 14:41:00 1.22 @@ -160,7 +160,7 @@ #endif rxvt_display (const char *id); - XrmDatabase get_resources (); + XrmDatabase get_resources (bool refresh); bool ref_init (); void ref_next (); ~rxvt_display (); @@ -252,7 +252,8 @@ bool alloc (rxvt_screen *screen, const rgba &color); void free (rxvt_screen *screen); - void get (rxvt_screen *screen, rgba &color); + void get (rgba &color); + void get (XColor &color); bool set (rxvt_screen *screen, const char *name); bool set (rxvt_screen *screen, const rgba &color);