diff options
Diffstat (limited to 'xorg-server/hw/xwin/winkeybd.c')
-rw-r--r-- | xorg-server/hw/xwin/winkeybd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winkeybd.c b/xorg-server/hw/xwin/winkeybd.c index 13659b24d..5d0f58442 100644 --- a/xorg-server/hw/xwin/winkeybd.c +++ b/xorg-server/hw/xwin/winkeybd.c @@ -265,7 +265,7 @@ winKeybdProc (DeviceIntPtr pDeviceInt, int iState) XkbSetExtension(pDeviceInt, ProcessKeyboardEvent); break; - case DEVICE_ON: + case DEVICE_ON: pDevice->on = TRUE; break; |