From 5412294d615b5a5fea1f351580f0dd46364f0a1b Mon Sep 17 00:00:00 2001 From: "N.N." Date: Fri, 1 Sep 2006 16:28:00 +0000 Subject: change background color with message ( a.zin ) svn path=/trunk/externals/unauthorized/; revision=5823 --- grid/g_grid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'grid/g_grid.h') 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 -- cgit v1.2.1