diff options
-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; |