Lowercase function name.
authorayin <ayin>
Tue, 19 Feb 2008 18:15:26 +0000 (18:15 +0000)
committerayin <ayin>
Tue, 19 Feb 2008 18:15:26 +0000 (18:15 +0000)
src/init.C
src/rxvt.h

index 87770b38473f216041fd0529a95470fc21bb8a06..f2045d5e0770ae8837db535a367b3450b6f67490 100644 (file)
@@ -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");
index 69618eab1335f0ee92bd2dad9de548ea5055ae2b..4f5df6ae725f9e688f065f6a70047b960ce14b6a 100644 (file)
@@ -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 ();