From: ayin Date: Fri, 12 Oct 2007 15:13:13 +0000 (+0000) Subject: Revert last change. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=815cf421ba0c91ccadd372a5a8216cf5c7339dfb;p=dana%2Furxvt.git Revert last change. --- diff --git a/src/rxvt.h b/src/rxvt.h index a52fe65a..51242986 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1134,6 +1134,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { void init_secondary (); const char **init_resources (int argc, const char *const *argv); + const char *x_resource (const char *name); void init_env (); void set_locale (const char *locale); void init_xlocale (); diff --git a/src/xdefaults.C b/src/xdefaults.C index 7b92fb54..bfddb7e7 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -776,8 +776,8 @@ get_res (XrmDatabase database, const char *program, const char *option) return result.addr; } -static const char * -x_resource (const char *name) +const char * +rxvt_term::x_resource (const char *name) { XrmDatabase database = XrmGetDatabase (dpy);