Re: GDK_KP_Decimal (on Windows)



On 01.05.2015 14:35, Matthias Clasen wrote:
On Thu, Apr 30, 2015 at 2:37 AM, John Emmas wrote:
Thanks.  Here's a patch produced by one of my colleagues:-

--- a/gdk/win32/gdkkeys-win32.c 2015-04-29 16:33:41.545406159 +0200
+++ b/gdk/win32/gdkkeys-win32.c 2015-04-29 16:35:16.821576820 +0200
@@ -145,6 +145,8 @@
       *ksymp = GDK_Meta_R; break;
     case VK_APPS:
       *ksymp = GDK_Menu; break;
+    case VK_DECIMAL:
+      *ksymp = GDK_KP_Decimal; break;
     case VK_MULTIPLY:
       *ksymp = GDK_KP_Multiply; break;
     case VK_ADD:


Thanks, applied.

Apply *this*.

-- 
O< ascii ribbon - stop html email! - www.asciiribbon.org

Attachment: 0001-Use-GDK_KEY_KP_Decimal-instead-of-GDK_KP_Decimal.patch
Description: Text document

Attachment: 0x922360B0.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature



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