[gtk+] W32: Add a mapping for "left_ptr_watch" cursor



commit 4c06d08e2d6cf4790af38fb2c40be36e65535f77
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Mon May 4 17:18:35 2015 +0000

    W32: Add a mapping for "left_ptr_watch" cursor
    
    This is purely to support gdk_cursor_new_from_name().
    In particular, its counterpart, gdk_cursor_new_for_display(), will not
    be affected, because there's no GDK_LEFT_PTR_WATCH cursor type,
    and because i don't have a fallback cursor bitmask for gdk/win32/xcursors.h

 gdk/win32/gdkcursor-win32.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gdk/win32/gdkcursor-win32.c b/gdk/win32/gdkcursor-win32.c
index e582a14..c88d899 100644
--- a/gdk/win32/gdkcursor-win32.c
+++ b/gdk/win32/gdkcursor-win32.c
@@ -187,6 +187,7 @@ static struct {
 #endif
   { "help",  IDC_HELP },
   { "ibeam", IDC_IBEAM },
+  { "left_ptr_watch", IDC_APPSTARTING },
   { "sizeall", IDC_SIZEALL },
   { "sizenesw", IDC_SIZENESW },
   { "sizens", IDC_SIZENS },


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