Hi,

On Wed, Dec 07, 2011 at 08:40:41AM +1000, Peter Hutterer wrote:
> On Fri, Dec 02, 2011 at 11:31:17AM +0000, Daniel Stone wrote:
> > Remove unnecessary _X_EXPORT tags from mi headers.
> > 
> > Signed-off-by: Daniel Stone <dan...@fooishbar.org>
> 
> some of these are still used by input drivers, most likely in error. I won't
> have time to go through those drivers to fix them up right now, so it may be
> better to leave those used alone for now.
> I found occurances of the following but I didn't check for ABI checks on
> those so double-checking would be good:
>     miPointerGetScreen()
>     miPointerSetPosition()
>     miPointerCurrentScreen()
> 
> I also suspect that VNC may use some of these.

miPointerCurrentScreen was never used with current ABI; they were all
#ifdefed to use miPointerGetScreen instead.  So I've unexported
GetScreen.  I couldn't find any occurrence of miPointerSetPosition in
any of my driver checkouts though?

Cheers,
Daniel
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to