summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixDefault.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-29 16:27:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-29 16:27:20 (GMT)
commitedaeaf8547a525e7bc6fa58abff24bb6fe924913 (patch)
treea26e999dba705b2b955b97e0dd1fae839c758f83 /unix/tkUnixDefault.h
parent742f32b397dc55448960c32072236d9f93b022cd (diff)
downloadtk-edaeaf8547a525e7bc6fa58abff24bb6fe924913.zip
tk-edaeaf8547a525e7bc6fa58abff24bb6fe924913.tar.gz
tk-edaeaf8547a525e7bc6fa58abff24bb6fe924913.tar.bz2
* unix/tkUnixDefault.h: Changed "Black" to "#000000" and "White" to
"#ffffff" to work around the (broken?) X servers that do not accept those color names. [Bug 917433]
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r--unix/tkUnixDefault.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h
index d47bb0e..ec3777c 100644
--- a/unix/tkUnixDefault.h
+++ b/unix/tkUnixDefault.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkUnixDefault.h,v 1.22 2005/10/10 10:36:35 vincentdarley Exp $
+ * RCS: @(#) $Id: tkUnixDefault.h,v 1.23 2006/03/29 16:27:20 dgp Exp $
*/
#ifndef _TKUNIXDEFAULT
@@ -26,8 +26,8 @@
* DISABLED - Foreground color when widget is disabled.
*/
-#define BLACK "Black"
-#define WHITE "White"
+#define BLACK "#000000"
+#define WHITE "#ffffff"
#define NORMAL_BG "#d9d9d9"
#define ACTIVE_BG "#ececec"