mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
removing MPX extension files
This commit is contained in:
parent
b55e1239ac
commit
056c919d84
16 changed files with 8 additions and 1120 deletions
|
|
@ -1,19 +0,0 @@
|
|||
/* Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au> */
|
||||
|
||||
#ifdef HAVE_DIX_CONFIG_H
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef MPXEVENTS_H
|
||||
#define MPXEVENTS_H 1
|
||||
|
||||
#include <X11/X.h> /* for inputstr.h */
|
||||
#include <X11/Xproto.h> /* Request macro */
|
||||
#include "inputstr.h" /* DeviceIntPtr */
|
||||
|
||||
extern int MPXSelectForWindow(
|
||||
WindowPtr /* pWin */,
|
||||
ClientPtr /* client */,
|
||||
int /* mask */);
|
||||
|
||||
#endif
|
||||
|
|
@ -1,72 +0,0 @@
|
|||
/* Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au> */
|
||||
|
||||
/********************************************************************
|
||||
* Interface of mpx/extinit.c
|
||||
*/
|
||||
|
||||
#ifndef MPXEXTINIT_H
|
||||
#define MPXEXTINIT_H
|
||||
|
||||
#include "extnsionst.h"
|
||||
|
||||
void
|
||||
MPXExtensionInit(
|
||||
void
|
||||
);
|
||||
|
||||
int
|
||||
ProcMPXDispatch (
|
||||
ClientPtr /* client */
|
||||
);
|
||||
|
||||
int
|
||||
SProcMPXDispatch(
|
||||
ClientPtr /* client */
|
||||
);
|
||||
|
||||
void
|
||||
SReplyMPXDispatch (
|
||||
ClientPtr /* client */,
|
||||
int /* len */,
|
||||
xMPXGetExtensionVersionReply * /* rep */
|
||||
);
|
||||
|
||||
void
|
||||
SEventMPXDispatch (
|
||||
xEvent * /* from */,
|
||||
xEvent * /* to */
|
||||
);
|
||||
|
||||
void
|
||||
MPXFixExtensionEvents (
|
||||
ExtensionEntry * /* extEntry */
|
||||
);
|
||||
|
||||
void
|
||||
MPXResetProc(
|
||||
ExtensionEntry * /* unused */
|
||||
);
|
||||
|
||||
Mask
|
||||
MPXGetNextExtEventMask (
|
||||
void
|
||||
);
|
||||
|
||||
void
|
||||
MPXSetMaskForExtEvent(
|
||||
Mask /* mask */,
|
||||
int /* event */
|
||||
);
|
||||
|
||||
void
|
||||
MPXAllowPropagateSuppress (
|
||||
Mask /* mask */
|
||||
);
|
||||
|
||||
void
|
||||
MPXRestoreExtensionEvents (
|
||||
void
|
||||
);
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in a new issue