aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-cursors.c
diff options
context:
space:
mode:
authorJody Goldberg <jgoldberg@home.com>2000-08-31 08:57:24 +0800
committerJody Goldberg <jody@src.gnome.org>2000-08-31 08:57:24 +0800
commitd4a67b5d3b738cbc61056f06ead766ce5cee2985 (patch)
treefb834c1b5c3a66cbcc6a3788e3546535254e70a5 /widgets/misc/e-cursors.c
parentaf8b4b2520fc43fba5d67513aeb3ef488bea3978 (diff)
downloadgsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar.gz
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar.bz2
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar.lz
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar.xz
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.tar.zst
gsoc2013-evolution-d4a67b5d3b738cbc61056f06ead766ce5cee2985.zip
New base class for Cells. Convert everything to access the elements that
2000-08-30 Jody Goldberg <jgoldberg@home.com> * dependent.[ch] : New base class for Cells. Convert everything to access the elements that are now in the cell's base. s/Cell::sheet/Cell::Dependent::sheet/ s/Cell::cell_flags/Cell::Dependent::flags/ * Makefile.am : Because of XL we need to build plugins before src. That will need changing. * src/func.c (function_marshal_arg) : Use expr_array_intersection. * src/expr.c (eval_expr_real) : Do implicit conversions from strings to numbers if possible. Access the first element of an array. NOTE : This is WRONG We need to implement array expression behavior some day. (expr_array_intersection) : New routine. svn path=/trunk/; revision=5127
Diffstat (limited to 'widgets/misc/e-cursors.c')
-rw-r--r--widgets/misc/e-cursors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c
index 597c3c1787..79447247c8 100644
--- a/widgets/misc/e-cursors.c
+++ b/widgets/misc/e-cursors.c
@@ -1,6 +1,8 @@
#ifndef GNUMERIC_CURSORS_H
#define GNUMERIC_CURSORS_H
+#include <gdk/gdk.h>
+
typedef enum {
GNUMERIC_CURSOR_FAT_CROSS,
GNUMERIC_CURSOR_THIN_CROSS,