mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 19:38:09 +02:00
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:
parent
7e5c9bdf73
commit
45af7fcb52
1 changed files with 0 additions and 6 deletions
|
|
@ -35,12 +35,6 @@
|
|||
#include <mipointer.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 xorg_list l;
|
||||
DeviceIntPtr pending_dev;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue