Reworked the insert/delete column/row code again. Beat on it, please!
svn path=/trunk/; revision=937
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user