mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 01:59:56 +00: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.
18 lines
298 B
C
18 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 */
|