summaryrefslogtreecommitdiff
path: root/src/lib/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/color.c')
-rw-r--r--src/lib/color.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/color.c b/src/lib/color.c
index 9f6fb2e..3fecbda 100644
--- a/src/lib/color.c
+++ b/src/lib/color.c
@@ -33,6 +33,7 @@ __imlib_BestVisual(Display * d, int screen, int *depth_return)
XVisualInfo xvi, *xvir;
int j, i, num, maxd = 0;
Visual *v = NULL;
+
const int visprefs[] = {
PseudoColor, TrueColor, DirectColor, StaticColor, GrayScale, StaticGray
};