summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-06 14:53:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-06 14:57:42 -0500
commitb6e11d087c951b01e70d7bae926e3f6323374fd6 (patch)
treeb80bbb05309bdd246a252956d00173df304c30b3 /gdk/gdkcursor.c
parentd76fb63ba87e45c24ce916275d85a37b07fb3fc7 (diff)
downloadgtk+-b6e11d087c951b01e70d7bae926e3f6323374fd6.tar.gz
Add context-menu to the list of standard cursor names
Adwaita doesn't have this one, but we are falling to the default cursor anyway.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r--gdk/gdkcursor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index fd88123ce3..a4f58d92bb 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -253,6 +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"
* - ![](progress_cursor.png) "progress"
* - ![](wait_cursor.png) "wait"
* - ![](cell_cursor.png) "cell"