projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91c839
)
Revert last change.
author
ayin
<ayin>
Fri, 12 Oct 2007 15:13:13 +0000
(15:13 +0000)
committer
ayin
<ayin>
Fri, 12 Oct 2007 15:13:13 +0000
(15:13 +0000)
src/rxvt.h
patch
|
blob
|
history
src/xdefaults.C
patch
|
blob
|
history
diff --git
a/src/rxvt.h
b/src/rxvt.h
index a52fe65af0d19f7121fabdb9e8def54265698ea0..51242986b195ef039272bec8d8ae89d5e07ca2f8 100644
(file)
--- 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 7b92fb54f82d22c14b3c2f11e76ebb296b80b9ac..bfddb7e75dbdd1e51c59eee75300483f4717fa77 100644
(file)
--- 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);