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:
a014af8
)
Make init_secondary a static function.
author
ayin
<ayin>
Sat, 19 Jan 2008 13:05:55 +0000
(13:05 +0000)
committer
ayin
<ayin>
Sat, 19 Jan 2008 13:05:55 +0000
(13:05 +0000)
src/init.C
patch
|
blob
|
history
src/rxvt.h
patch
|
blob
|
history
diff --git
a/src/init.C
b/src/init.C
index e3337052c4429e308f67eb14d5694016c6ab5e49..cb276d6d719f623b98d24a2c65b2c39220d52675 100644
(file)
--- a/
src/init.C
+++ b/
src/init.C
@@
-312,8
+312,8
@@
rxvt_term::init_vars ()
set_option (Opt_iso14755_52);
}
-void
-
rxvt_term::
init_secondary ()
+
static
void
+init_secondary ()
{
int i;
diff --git
a/src/rxvt.h
b/src/rxvt.h
index f1875257e82de7f45b6d935bcd2ab5e6b6dc5bac..f4965042601586f94ae46406075c25e223e29838 100644
(file)
--- a/
src/rxvt.h
+++ b/
src/rxvt.h
@@
-1263,7
+1263,6
@@
struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen {
void process_graphics ();
// init.C
void init_vars ();
- void init_secondary ();
const char **init_resources (int argc, const char *const *argv);
void init (int argc, const char *const *argv, stringvec *envv);
void init_env ();