aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winkeybd.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-28 11:47:02 +0000
committermarha <marha@users.sourceforge.net>2009-07-28 11:47:02 +0000
commitcabec90cc3716d647e7d3c9396fcfa56cafcbfad (patch)
treef846844449be9b2a11438cf86ab76977058a50df /xorg-server/hw/xwin/winkeybd.c
parente3cca1a275a55fcc5e074a7cc7aaa5d0764b9659 (diff)
downloadvcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.tar.gz
vcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.tar.bz2
vcxsrv-cabec90cc3716d647e7d3c9396fcfa56cafcbfad.zip
X server is running again (at least via xdmcp)
Diffstat (limited to 'xorg-server/hw/xwin/winkeybd.c')
-rw-r--r--xorg-server/hw/xwin/winkeybd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winkeybd.c b/xorg-server/hw/xwin/winkeybd.c
index 5ac558d98..84b7d8d85 100644
--- a/xorg-server/hw/xwin/winkeybd.c
+++ b/xorg-server/hw/xwin/winkeybd.c
@@ -619,7 +619,7 @@ winSendKeyEvent (DWORD dwKey, Bool fDown)
ZeroMemory (&xCurrentEvent, sizeof (xCurrentEvent));
- xCurrentEvent.u.u.type = fDown ? KeyPress : KeyRelease;
+ xCurrentEvent.u.u.type = fDown ? DeviceKeyPress : DeviceKeyRelease;
xCurrentEvent.u.keyButtonPointer.time =
g_c32LastInputEventTime = GetTickCount ();
xCurrentEvent.u.u.detail = dwKey + MIN_KEYCODE;