This patch makes it possible to disable individual coloring rules
[obnox/wireshark/wip.git] / gtk / colors.c
index 48cfdbb19d53ee930bf4acf57ff4118a26afe58a..872a16aae0ae1c3906814b7c0814a159e4db4151 100644 (file)
@@ -39,6 +39,7 @@ static GdkColormap*   sys_cmap;
 static GdkColormap*    our_cmap = NULL;
 
 GdkColor       WHITE = { 0, 65535, 65535, 65535 };
+GdkColor       LTGREY = { 0, 57343, 57343, 57343 };
 GdkColor       BLACK = { 0, 0, 0, 0 };
 
 /* Initialize the colors */