mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 17:40:05 +01:00
Some renaming and cleaning up in extinit.c MPXLastEvent added Xi: ShouldFreeInputMask() from XI is not static any more, used in mpx dix: GetPointerEvents() allocates MPX event for MPX devices. DeliverDeviceEvents() caters for MPX devices.
17 lines
298 B
C
17 lines
298 B
C
/* Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au> */
|
|
|
|
|
|
#ifdef HAVE_DIX_CONFIG_H
|
|
#include <dix-config.h>
|
|
#endif
|
|
|
|
#ifndef SELECTEV_H
|
|
#define SELECTEV_H 1
|
|
|
|
int SProcMPXSelectEvents(ClientPtr /* client */
|
|
);
|
|
|
|
int ProcMPXSelectEvents(ClientPtr /* client */
|
|
);
|
|
|
|
#endif /* SELECTEV_H */
|