From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- widgets/misc/e-cursors.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'widgets/misc/e-cursors.c') diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c index 3ea1b3c6d1..3b44ab809e 100644 --- a/widgets/misc/e-cursors.c +++ b/widgets/misc/e-cursors.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* +/* * e-cursors.c - cursor handling for gnumeric * Copyright 2000, 2001, Ximian, Inc. * @@ -55,6 +55,7 @@ static CursorDef cursors [] = { { NULL, GDK_INTERNAL_CURSOR, GDK_HAND2, NULL }, { NULL, 10, 10, cursor_hand_open_xpm }, { NULL, 10, 10, cursor_hand_closed_xpm }, + { NULL, GDK_INTERNAL_CURSOR, GDK_XTERM, NULL }, { NULL, 0, 0, NULL } }; @@ -110,6 +111,8 @@ e_cursors_init (void) { int i; + e_color_init (); + for (i = 0; cursors [i].hot_x; i++){ GdkBitmap *bitmap, *mask; -- cgit v1.2.3