[hackers] [st] renamed a function. || Aurélien Aptel

From: <hg_AT_suckless.org>
Date: Fri, 13 Aug 2010 22:41:45 +0000 (UTC)

changeset: 85:8e582c5d1872
tag: tip
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Fri Aug 13 22:43:30 2010 +0200
files: st.c
description:
renamed a function.

diff -r 6dd2644c9715 -r 8e582c5d1872 st.c
--- a/st.c Sat Jul 24 12:09:14 2010 +0100
+++ b/st.c Fri Aug 13 22:43:30 2010 +0200
@@ -157,6 +157,7 @@
 static void xclear(int, int, int, int);
 static void xcursor(int);
 static void xinit(void);
+static void xloadcols(void);
 
 static void expose(XEvent *);
 static char* kmap(KeySym);
@@ -1035,7 +1036,7 @@
 }
 
 void
-tloadcols(void) {
+xloadcols(void) {
         int i, r, g, b;
         XColor color;
         Colormap cmap = DefaultColormap(xw.dis, xw.scr);
@@ -1115,7 +1116,7 @@
         xw.ch = dc.font->ascent + dc.font->descent;
 
         /* colors */
- tloadcols();
+ xloadcols();
 
         term.c.attr.fg = DefaultFG;
         term.c.attr.bg = DefaultBG;
Received on Sat Aug 14 2010 - 00:41:45 CEST

This archive was generated by hypermail 2.2.0 : Sat Aug 14 2010 - 00:48:04 CEST