aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/color_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/color_utils.c')
-rw-r--r--ui/gtk/color_utils.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/ui/gtk/color_utils.c b/ui/gtk/color_utils.c
index 73a98163e3..7d9d70af07 100644
--- a/ui/gtk/color_utils.c
+++ b/ui/gtk/color_utils.c
@@ -26,17 +26,14 @@
#include <gtk/gtk.h>
-#include "../color.h"
-
-
#include "ui/gtk/color_utils.h"
#if 0
static GdkColormap* sys_cmap;
static GdkColormap* our_cmap = NULL;
#endif
-GdkColor WHITE = { 0, 65535, 65535, 65535 };
-/*GdkColor LTGREY = { 0, 57343, 57343, 57343 };*/
-GdkColor BLACK = { 0, 0, 0, 0 };
+/* static GdkColor WHITE = { 0, 65535, 65535, 65535 }; */
+/*static GdkColor LTGREY = { 0, 57343, 57343, 57343 };*/
+/* static GdkColor BLACK = { 0, 0, 0, 0 }; */
/*
* Initialize a color with R, G, and B values, including any toolkit-dependent