[gtk+] Update the list of required cursors
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Update the list of required cursors
- Date: Fri, 8 Jan 2016 23:48:07 +0000 (UTC)
commit e84f1ae3bbc9ebab345e3858e7f3ad28b5cbe737
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jan 8 15:38:38 2016 -0500
Update the list of required cursors
We're now using standard cursor names for DND, so check for these.
testsuite/gtk/check-cursor-names.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/testsuite/gtk/check-cursor-names.c b/testsuite/gtk/check-cursor-names.c
index b610848..9d7b5cf 100644
--- a/testsuite/gtk/check-cursor-names.c
+++ b/testsuite/gtk/check-cursor-names.c
@@ -17,10 +17,10 @@ static char *cursor_names[] = {
/*** dnd cursors, from gtkdnd.c ***/
"dnd-ask",
- "dnd-copy",
- "dnd-move",
- "dnd-link",
- "dnd-none",
+ "copy",
+ "move",
+ "alias",
+ "no-drop",
"none", /* used e.g. in gtkentry.c */
"pointer", /* used e.g. in gtklinkbutton.c */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]