diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-05-07 18:29:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-05-07 18:58:33 -0400 |
commit | 36a2c507e236d155893a087a2ea473298edf43de (patch) | |
tree | 1e57ded4f36c2db0325b3fc538d464d0ead89847 /tests/testgtk.c | |
parent | b122787a76977aa050a4e12bcf397e5dbbfe8a20 (diff) | |
download | gtk+-36a2c507e236d155893a087a2ea473298edf43de.tar.gz |
testgtk: Add new Adwaita cursor names
Diffstat (limited to 'tests/testgtk.c')
-rw-r--r-- | tests/testgtk.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 90df1cfbf7..f7aee23ef0 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -4848,6 +4848,7 @@ cursor_draw (GtkWidget *widget, } static const gchar *cursor_names[] = { + "all-scroll", "arrow", "bd_double_arrow", "boat", @@ -4882,6 +4883,7 @@ static const gchar *cursor_names[] = { "fleur", "gobbler", "gumby", + "grab", "grabbing", "hand", "hand1", @@ -4937,9 +4939,12 @@ static const gchar *cursor_names[] = { "umbrella", "ur_angle", "v_double_arrow", + "vertical-text", "watch", "X_cursor", - "xterm" + "xterm", + "zoom-in", + "zoom-out" }; static GtkTreeModel * |