Reworked the insert/delete column/row code again. Beat on it, please!

svn path=/trunk/; revision=937
This commit is contained in:
Morten Welinder
1999-05-21 19:12:01 +00:00
parent bdf895136e
commit 3be2b5f40a

View File

@ -12,7 +12,10 @@
#include "color.h"
static int color_inited;
GdkColorContext *gnumeric_color_context;
static GdkColorContext *gnumeric_color_context;
/* Public colors: shared by all of our items in Gnumeric */
GdkColor gs_white, gs_black, gs_light_gray, gs_dark_gray, gs_red;
int
color_alloc (gushort red, gushort green, gushort blue)