[gtk+/2.24: 1/7] gdk/win32: VK_SNAPSHOT maps to GDK_Print



commit 1968ce641ccd44ed9a28d86dc83ddb4d4d8f827c
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Oct 15 18:07:46 2012 +0200

    gdk/win32: VK_SNAPSHOT maps to GDK_Print
    
    Also, I am not sure the above VK_PRINT -> GDK_Print mapping is
    correct, but it doesn't hurt yet.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686170

 gdk/win32/gdkkeys-win32.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gdk/win32/gdkkeys-win32.c b/gdk/win32/gdkkeys-win32.c
index eff2ebe..c5d9598 100644
--- a/gdk/win32/gdkkeys-win32.c
+++ b/gdk/win32/gdkkeys-win32.c
@@ -129,6 +129,8 @@ handle_special (guint  vk,
       *ksymp = GDK_Select; break;
     case VK_PRINT:
       *ksymp = GDK_Print; break;
+    case VK_SNAPSHOT:
+      *ksymp = GDK_Print; break;
     case VK_EXECUTE:
       *ksymp = GDK_Execute; break;
     case VK_INSERT:


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