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:
Daniel Stone 2006-11-04 21:33:09 +02:00 committed by Daniel Stone
commit 3a9b964258
4 changed files with 14 additions and 1 deletions

View file

@ -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);