[gtk+/gtk-3-18] Add context-menu to the list of standard cursor names



commit 0395cf917b74bce9f664d885e998f1335d73fcb7
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jan 6 14:53:45 2016 -0500

    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.

 gdk/gdkcursor.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index fd88123..a4f58d9 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]