aboutsummaryrefslogtreecommitdiff
path: root/grid/g_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'grid/g_grid.h')
-rw-r--r--grid/g_grid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/grid/g_grid.h b/grid/g_grid.h
index e58da9f..9c89228 100644
--- a/grid/g_grid.h
+++ b/grid/g_grid.h
@@ -31,6 +31,7 @@ typedef struct _grid
t_float x_ystep; /* sets the step ( grain ) for y */
int x_xlines; /* number of vertical lines */
int x_ylines; /* number of horizontal lines */
+ char *x_bgcolor; /* background color */
} t_grid;
#endif