Xi: Use 'void *' instead of 'Pointer' (which is going away)
authorKeith Packard <keithp@keithp.com>
Sun, 15 Dec 2013 09:40:04 +0000 (01:40 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 23 Jan 2014 03:56:31 +0000 (19:56 -0800)
commit3c94b89f149c2d63424faed0d44a6911393c3569
tree3338495f96578264ee805d5e3c42b28b89dab840
parent08d0481e299c28b64a0db9bb0782ba2b551028fd
Xi: Use 'void *' instead of 'Pointer' (which is going away)

There's no reason for XI to declare 'typedef char *Pointer' in a
shared header file; assume it will eventually go away and stop using
it here.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Xi/grabdev.c