The use of these is driver-internal, they used to be in the server but not since ABI 12.
Signed-off-by: Peter Hutterer <[email protected]> --- src/xf86PM.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/xf86PM.c b/src/xf86PM.c index b5b2e70..bb1424c 100644 --- a/src/xf86PM.c +++ b/src/xf86PM.c @@ -54,6 +54,9 @@ #include <string.h> #include "xf86PM.h" +#define TS_Raw 60 +#define TS_Scaled 61 + _X_EXPORT InputDriverRec PENMOUNT = { 1, "penmount", -- 1.7.3.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
