xwayland: Remove MIPOINTER() definition

Not needed anymore now that mipointer exposes an API for that,
miPointerInvalidateSprite()

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Olivier Fourdan 2016-11-10 09:36:40 +01:00 committed by Peter Hutterer
parent 7e5c9bdf73
commit 45af7fcb52

View File

@ -35,12 +35,6 @@
#include <mipointer.h> #include <mipointer.h>
#include <mipointrst.h> #include <mipointrst.h>
/* Copied from mipointer.c */
#define MIPOINTER(dev) \
(IsFloating(dev) ? \
(miPointerPtr)dixLookupPrivate(&(dev)->devPrivates, miPointerPrivKey): \
(miPointerPtr)dixLookupPrivate(&(GetMaster(dev, MASTER_POINTER))->devPrivates, miPointerPrivKey))
struct sync_pending { struct sync_pending {
struct xorg_list l; struct xorg_list l;
DeviceIntPtr pending_dev; DeviceIntPtr pending_dev;