diff options
Diffstat (limited to 'xorg-server/hw/xwin/winclipboardxevents.c')
-rw-r--r-- | xorg-server/hw/xwin/winclipboardxevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winclipboardxevents.c b/xorg-server/hw/xwin/winclipboardxevents.c index 00bf90a28..b3ed5eba5 100644 --- a/xorg-server/hw/xwin/winclipboardxevents.c +++ b/xorg-server/hw/xwin/winclipboardxevents.c @@ -830,7 +830,7 @@ winClipboardFlushXEvents (HWND hwnd, break;
case MappingNotify:
- XRefreshKeyboardMapping((XMappingEvent *)&event);
+ XRefreshKeyboardMapping((XMappingEvent *)&event);
break;
default:
|