diff options
author | Mike Kestner <mkestner@src.gnome.org> | 2002-11-01 05:30:57 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2002-11-01 05:30:57 +0800 |
commit | 613453b1095e325149b8d37e5731d415e1d5f9bd (patch) | |
tree | 1c0d7f9be4d4a87aa67d8e185ae2bb23d02254b7 /widgets/misc/e-cursors.h | |
parent | ec242d6c30d7bf056c8f59710b8576c942f93583 (diff) | |
download | gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.gz gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.bz2 gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.lz gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.xz gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.tar.zst gsoc2013-evolution-613453b1095e325149b8d37e5731d415e1d5f9bd.zip |
merging the gal-2 branch back to the trunk.
merging the gal-2 branch back to the trunk.
svn path=/trunk/; revision=18471
Diffstat (limited to 'widgets/misc/e-cursors.h')
-rw-r--r-- | widgets/misc/e-cursors.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <gdk/gdk.h> -#include <libgnome/gnome-defs.h> -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 */ |