Forgot the timestamp for non at devices

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9001 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-09-18 23:36:46 +00:00
parent 4c5967bb9a
commit 743554c63a
@@ -623,6 +623,7 @@ KeyboardInputDevice::DeviceWatcher(void *arg)
} else {
raw_key_info *raw_kbd = (raw_key_info *)buffer;
is_keydown = raw_kbd->is_keydown;
timestamp = raw_kbd->timestamp;
keycode = raw_kbd->be_keycode;
}