diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-05-17 14:16:39 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-05-17 14:16:39 -0400 |
commit | 0d18a429aadced1499cdcb28a6a4d8ffee1d6946 (patch) | |
tree | 58037742f43ba70d2e4f5721723ab46798533e35 /gdk/gdkcursor.c | |
parent | 4b8dfd8825bbdd49cd5ab4666fda711f294abace (diff) | |
download | gtk+-0d18a429aadced1499cdcb28a6a4d8ffee1d6946.tar.gz |
Update cursor docs
Include new images for context-menu and for no-drop.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index a4f58d92bb..62f1065e0f 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -253,7 +253,7 @@ gdk_cursor_new_for_display (GdkDisplay *display, * - ![](default_cursor.png) "default" * - ![](help_cursor.png) "help" * - ![](pointer_cursor.png) "pointer" - * - ![](pointer_cursor.png) "context-menu" + * - ![](context_menu_cursor.png) "context-menu" * - ![](progress_cursor.png) "progress" * - ![](wait_cursor.png) "wait" * - ![](cell_cursor.png) "cell" @@ -262,8 +262,8 @@ gdk_cursor_new_for_display (GdkDisplay *display, * - ![](vertical_text_cursor.png) "vertical-text" * - ![](alias_cursor.png) "alias" * - ![](copy_cursor.png) "copy" - * - ![](move_cursor.png) "move" * - ![](no_drop_cursor.png) "no-drop" + * - ![](move_cursor.png) "move" * - ![](not_allowed_cursor.png) "not-allowed" * - ![](grab_cursor.png) "grab" * - ![](grabbing_cursor.png) "grabbing" |