mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-19 20:02:21 +00:00
dix: add missing prototypes
Add missing prototype for ffs, and include headers from ffs.c. Move PostSyntheticMotion prototype to input.h.
This commit is contained in:
parent
6716488fa2
commit
3a9b964258
4 changed files with 14 additions and 1 deletions
|
|
@ -418,6 +418,12 @@ extern int GetProximityEvents(
|
|||
int num_valuators,
|
||||
int *valuators);
|
||||
|
||||
extern void PostSyntheticMotion(
|
||||
int x,
|
||||
int y,
|
||||
int screenNum,
|
||||
unsigned long time);
|
||||
|
||||
extern int GetMotionHistorySize(
|
||||
void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue