aboutsummaryrefslogtreecommitdiff
path: root/grid/g_grid.h
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2006-09-01 16:28:00 +0000
committerN.N. <sevyves@users.sourceforge.net>2006-09-01 16:28:00 +0000
commit5412294d615b5a5fea1f351580f0dd46364f0a1b (patch)
tree48f3aee4a868ba3618770ec8a761d078f5ede9f9 /grid/g_grid.h
parent40c5418769885a2c53554f03d75d6269c8c6b44c (diff)
change background color with message ( a.zin )
svn path=/trunk/externals/unauthorized/; revision=5823
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