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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-cursors.h') diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h index c7f17cbb77..8e751b659d 100644 --- a/widgets/misc/e-cursors.h +++ b/widgets/misc/e-cursors.h @@ -25,9 +25,8 @@ #define GNOME_APP_LIB_CURSORS_H #include -#include -BEGIN_GNOME_DECLS +G_BEGIN_DECLS typedef enum { E_CURSOR_FAT_CROSS, @@ -43,6 +42,7 @@ typedef enum { E_CURSOR_PRESS, E_CURSOR_HAND_OPEN, E_CURSOR_HAND_CLOSED, + E_CURSOR_XTERM, E_CURSOR_NUM_CURSORS } ECursorType; @@ -63,6 +63,6 @@ G_STMT_START { \ GdkCursor *e_cursor_get (ECursorType type); -END_GNOME_DECLS +G_END_DECLS #endif /* GNOME_APP_LIB_CURSORS_H */ -- cgit v1.2.3