From 950eb1cc5e0edfc1daf7a69d1803aca794cede14 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 5 Feb 2010 13:32:11 +0000 Subject: Also handle MappingNotify event. --- xorg-server/hw/xwin/winclipboardxevents.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xorg-server/hw/xwin') diff --git a/xorg-server/hw/xwin/winclipboardxevents.c b/xorg-server/hw/xwin/winclipboardxevents.c index 363b0f6fd..d7fa8ffd7 100644 --- a/xorg-server/hw/xwin/winclipboardxevents.c +++ b/xorg-server/hw/xwin/winclipboardxevents.c @@ -827,6 +827,10 @@ winClipboardFlushXEvents (HWND hwnd, case PropertyNotify: break; + + case MappingNotify: + XRefreshKeyboardMapping((XMappingEvent *)&event); + break; default: ErrorF ("winClipboardFlushXEvents - unexpected event type %d\n", event.type); -- cgit v1.2.3