From f929ea5f7a4b9db20aab1aeaa00efc661fb6c6e1 Mon Sep 17 00:00:00 2001 From: ayin Date: Tue, 19 Feb 2008 18:15:26 +0000 Subject: [PATCH] Lowercase function name. --- src/init.C | 4 ++-- src/rxvt.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.C b/src/init.C index 87770b38..f2045d5e 100644 --- a/src/init.C +++ b/src/init.C @@ -834,7 +834,7 @@ rxvt_term::init_command (const char *const *argv) /*----------------------------------------------------------------------*/ void -rxvt_term::Get_Colours () +rxvt_term::get_colours () { int i; @@ -1061,7 +1061,7 @@ rxvt_term::create_windows (int argc, const char *const *argv) dLocal (Display *, dpy); /* grab colors before netscape does */ - Get_Colours (); + get_colours (); if (!set_fonts ()) rxvt_fatal ("unable to load base fontset, please specify a valid one using -fn, aborting.\n"); diff --git a/src/rxvt.h b/src/rxvt.h index 69618eab..4f5df6ae 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1229,7 +1229,7 @@ struct rxvt_term : zero_initialized, rxvt_vars, rxvt_screen { int run_child (const char *const *argv); void color_aliases (int idx); void create_windows (int argc, const char *const *argv); - void Get_Colours (); + void get_colours (); void get_ourmods (); // main.C void tt_winch (); -- 2.34.1