aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJody Goldberg <jody@gnome.org>2002-08-06 13:04:37 +0800
committerJody Goldberg <jody@src.gnome.org>2002-08-06 13:04:37 +0800
commit3bd60f6fd3ac0986d1f50c8fef896a26381aa92a (patch)
tree848a4c955c621e4103a31e0d483f249d28f47337
parent2c71dffe058bfcb44cc122ac56e7c136e80cd5ed (diff)
downloadgsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar.gz
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar.bz2
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar.lz
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar.xz
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.tar.zst
gsoc2013-evolution-3bd60f6fd3ac0986d1f50c8fef896a26381aa92a.zip
Release 2.0.0.5
2002-08-06 Jody Goldberg <jody@gnome.org> * Release 2.0.0.5 svn path=/branches/gal-2/; revision=17708
-rw-r--r--widgets/misc/e-cursors.c1
-rw-r--r--widgets/misc/e-cursors.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-cursors.c b/widgets/misc/e-cursors.c
index 55ace4a9ac..3b44ab809e 100644
--- a/widgets/misc/e-cursors.c
+++ b/widgets/misc/e-cursors.c
@@ -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 }
};
diff --git a/widgets/misc/e-cursors.h b/widgets/misc/e-cursors.h
index 99cf1c079d..8e751b659d 100644
--- a/widgets/misc/e-cursors.h
+++ b/widgets/misc/e-cursors.h
@@ -42,6 +42,7 @@ typedef enum {
E_CURSOR_PRESS,
E_CURSOR_HAND_OPEN,
E_CURSOR_HAND_CLOSED,
+ E_CURSOR_XTERM,
E_CURSOR_NUM_CURSORS
} ECursorType;