diff options
author | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:37:43 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-12-19 04:37:43 -0600 |
commit | eeee39f343f9644a5ee386e1f932ef80cd65c42d (patch) | |
tree | e95d4626ed5fa5c727983ec6e5b50e4a5c264a8c /src | |
parent | a6d17db5bc1bd3e4e49463b604078e88656ad3c4 (diff) | |
download | hackvr-eeee39f343f9644a5ee386e1f932ef80cd65c42d.tar.gz hackvr-eeee39f343f9644a5ee386e1f932ef80cd65c42d.zip |
added ansi color array to x11_global
Diffstat (limited to 'src')
-rw-r--r-- | src/graphics_x11.h | 1 |
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; |