diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-06 14:53:45 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-06 14:57:42 -0500 |
commit | b6e11d087c951b01e70d7bae926e3f6323374fd6 (patch) | |
tree | b80bbb05309bdd246a252956d00173df304c30b3 /gdk/gdkcursor.c | |
parent | d76fb63ba87e45c24ce916275d85a37b07fb3fc7 (diff) | |
download | gtk+-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.c | 1 |
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" * -  "help" * -  "pointer" + * -  "context-menu" * -  "progress" * -  "wait" * -  "cell" |