- removed keyboard auto-repeat when DInput acquires it
- removed some (now) obsolete fixme's
diff --git a/include/ttydrv.h b/include/ttydrv.h
index 7c9a4c9..9c7a281 100644
--- a/include/ttydrv.h
+++ b/include/ttydrv.h
@@ -20,6 +20,8 @@
#include "wine/winuser16.h"
#include "wine/wingdi16.h"
+#include "keyboard.h"
+
struct tagBITMAPOBJ;
struct tagCLASS;
struct tagDC;
@@ -164,6 +166,8 @@
extern void TTYDRV_KEYBOARD_Beep(void);
extern BOOL TTYDRV_KEYBOARD_GetDIState(DWORD len, LPVOID ptr);
extern BOOL TTYDRV_KEYBOARD_GetDIData(BYTE *keystate, DWORD dodsize, LPDIDEVICEOBJECTDATA dod, LPDWORD entries, DWORD flags);
+extern void TTYDRV_KEYBOARD_GetKeyboardConfig(KEYBOARD_CONFIG *cfg);
+extern void TTYDRV_KEYBOARD_SetKeyboardConfig(KEYBOARD_CONFIG *cfg, DWORD mask);
/* TTY monitor driver */