summaryrefslogtreecommitdiff
path: root/src/graphics_x11.h
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-19 04:37:43 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-19 04:37:43 -0600
commiteeee39f343f9644a5ee386e1f932ef80cd65c42d (patch)
treee95d4626ed5fa5c727983ec6e5b50e4a5c264a8c /src/graphics_x11.h
parenta6d17db5bc1bd3e4e49463b604078e88656ad3c4 (diff)
downloadhackvr-eeee39f343f9644a5ee386e1f932ef80cd65c42d.tar.gz
hackvr-eeee39f343f9644a5ee386e1f932ef80cd65c42d.zip
added ansi color array to x11_global
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;