From 3a9b96425851b495503bd2eb0fd0d01c08f6a097 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 4 Nov 2006 21:33:09 +0200 Subject: dix: add missing prototypes Add missing prototype for ffs, and include headers from ffs.c. Move PostSyntheticMotion prototype to input.h. --- include/dix.h | 2 ++ include/input.h | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'include') diff --git a/include/dix.h b/include/dix.h index f346b43a2..983a84f02 100644 --- a/include/dix.h +++ b/include/dix.h @@ -701,6 +701,8 @@ extern Bool AllocateClientPrivate( int /*index*/, unsigned /*amount*/); +extern int ffs(int i); + /* * callback manager stuff */ diff --git a/include/input.h b/include/input.h index f2fe6d137..e7017cb27 100644 --- a/include/input.h +++ b/include/input.h @@ -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); -- cgit v1.2.3