changeset: 321:29e732fe4798
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Thu Jun 24 11:30:30 2010 +0100
files: config.def.h
description:
fixed static symbols in config.def.h
diff -r 5fb4741fa436 -r 29e732fe4798 config.def.h
--- a/config.def.h Wed Jun 23 14:29:32 2010 +0100
+++ b/config.def.h Thu Jun 24 11:30:30 2010 +0100
@@ -1,9 +1,9 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const char *font = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
-static const char *normbgcolor = "#cccccc";
-static const char *normfgcolor = "#000000";
-static const char *selbgcolor = "#0066ff";
-static const char *selfgcolor = "#ffffff";
-static unsigned int spaceitem = 30; /* px between menu items */
+const char *font = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
+const char *normbgcolor = "#cccccc";
+const char *normfgcolor = "#000000";
+const char *selbgcolor = "#0066ff";
+const char *selfgcolor = "#ffffff";
+unsigned int spaceitem = 30; /* px between menu items */
Received on Thu Jun 24 2010 - 10:30:44 UTC
This archive was generated by hypermail 2.2.0 : Thu Jun 24 2010 - 10:36:05 UTC