diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-31 09:50:36 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-09-03 08:39:26 +1000 |
commit | 0e4dd3b2d28d3dbbfc152d6f5030901ec063a7ae (patch) | |
tree | 13077434c6501eff4d1aa7397659cf73304885ca /dix | |
parent | a470e8426ee290046a927a17fc969235c4b1e2e7 (diff) |
Un-export ApplyPointerMapping. This is an in-server function.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/inpututils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/inpututils.c b/dix/inpututils.c index 66936c968..4848c1bc2 100644 --- a/dix/inpututils.c +++ b/dix/inpututils.c @@ -107,7 +107,7 @@ do_butmap_change(DeviceIntPtr dev, CARD8 *map, int len, ClientPtr client) * to the requested device, faithfully ignores any errors encountered while * trying to apply the map to its master/slaves. */ -_X_EXPORT int +int ApplyPointerMapping(DeviceIntPtr dev, CARD8 *map, int len, ClientPtr client) { int ret; |