Store window properties in the server. Moved property.c to dlls/user.
[wine] / include / input.h
1 /*
2  * USER input header file
3  * Copyright 1997 David Faure
4  *
5  */
6
7 #ifndef __WINE_INPUT_H
8 #define __WINE_INPUT_H
9
10 #include "windef.h"
11
12 extern BYTE InputKeyStateTable[256];
13 extern BYTE AsyncKeyStateTable[256];
14
15 #endif  /* __WINE_INPUT_H */
16