include: DeviceFocusEvent is not to be exported.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
46ac9f9241
commit
de4dd5848c
|
@ -80,7 +80,7 @@ extern _X_EXPORT void InitValuatorAxisStruct(
|
||||||
int /* min_res */,
|
int /* min_res */,
|
||||||
int /* max_res */);
|
int /* max_res */);
|
||||||
|
|
||||||
extern _X_EXPORT void DeviceFocusEvent(
|
extern void DeviceFocusEvent(
|
||||||
DeviceIntPtr /* dev */,
|
DeviceIntPtr /* dev */,
|
||||||
int /* type */,
|
int /* type */,
|
||||||
int /* mode */,
|
int /* mode */,
|
||||||
|
|
Loading…
Reference in New Issue