summaryrefslogtreecommitdiff
path: root/src/graphics_x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics_x11.h')
-rw-r--r--src/graphics_x11.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics_x11.h b/src/graphics_x11.h
index e2fdd86..7d123a8 100644
--- a/src/graphics_x11.h
+++ b/src/graphics_x11.h
@@ -5,6 +5,7 @@
struct x11_global {//stores global variables for the x11 *specific* shit.
XColor colors[256];
+ XColor ansi_color[16];
XColor green;
XColor red;
XColor blue;