[PATCH 1/3] user32: Pass the hot key ID to the RegisterHotKey and UnregisterHotKey driver entry points. (try 2)

Ken Thomases ken at codeweavers.com
Mon Sep 23 20:31:01 CDT 2013


This changes the semantics required of the driver's RegisterHotKey
implementation.  It is now required to replace any previous hotkey that was
registered with the same HWND and ID, if it is successful at registering the
new hotkey.
---
dlls/user32/driver.c       | 12 ++++++------
dlls/user32/input.c        | 15 +++------------
dlls/user32/user_private.h |  4 ++--
3 files changed, 11 insertions(+), 20 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-user32-Pass-the-hot-key-ID-to-the-RegisterHotKey-and.patch
Type: text/x-patch
Size: 4173 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130923/efd7f408/attachment-0001.bin>


More information about the wine-patches mailing list