Xi: namespace XI2 files.
Some files (notably those merged with MPX before XI2 came along) didn't use a 'xi' prefix. This patch changes all of them to meaningful names. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4ddb002b68
commit
d230742ea8
|
@ -5,12 +5,8 @@ AM_CFLAGS = $(DIX_CFLAGS)
|
||||||
libXi_la_SOURCES = \
|
libXi_la_SOURCES = \
|
||||||
allowev.c \
|
allowev.c \
|
||||||
allowev.h \
|
allowev.h \
|
||||||
chdevcur.c \
|
|
||||||
chdevcur.h \
|
|
||||||
chgdctl.c \
|
chgdctl.c \
|
||||||
chgdctl.h \
|
chgdctl.h \
|
||||||
chdevhier.c \
|
|
||||||
chdevhier.h \
|
|
||||||
chgfctl.c \
|
chgfctl.c \
|
||||||
chgfctl.h \
|
chgfctl.h \
|
||||||
chgkbd.c \
|
chgkbd.c \
|
||||||
|
@ -30,8 +26,6 @@ libXi_la_SOURCES = \
|
||||||
extinit.c \
|
extinit.c \
|
||||||
getbmap.c \
|
getbmap.c \
|
||||||
getbmap.h \
|
getbmap.h \
|
||||||
getcptr.c \
|
|
||||||
getcptr.h \
|
|
||||||
getdctl.c \
|
getdctl.c \
|
||||||
getdctl.h \
|
getdctl.h \
|
||||||
getfctl.c \
|
getfctl.c \
|
||||||
|
@ -60,12 +54,6 @@ libXi_la_SOURCES = \
|
||||||
listdev.h \
|
listdev.h \
|
||||||
opendev.c \
|
opendev.c \
|
||||||
opendev.h \
|
opendev.h \
|
||||||
querydev.c \
|
|
||||||
querydev.h \
|
|
||||||
queryversion.h \
|
|
||||||
queryversion.c \
|
|
||||||
querydp.c \
|
|
||||||
querydp.h \
|
|
||||||
queryst.c \
|
queryst.c \
|
||||||
queryst.h \
|
queryst.h \
|
||||||
selectev.c \
|
selectev.c \
|
||||||
|
@ -74,8 +62,6 @@ libXi_la_SOURCES = \
|
||||||
sendexev.h \
|
sendexev.h \
|
||||||
setbmap.c \
|
setbmap.c \
|
||||||
setbmap.h \
|
setbmap.h \
|
||||||
setcptr.c \
|
|
||||||
setcptr.h \
|
|
||||||
setdval.c \
|
setdval.c \
|
||||||
setdval.h \
|
setdval.h \
|
||||||
setfocus.c \
|
setfocus.c \
|
||||||
|
@ -90,19 +76,33 @@ libXi_la_SOURCES = \
|
||||||
ungrdevb.h \
|
ungrdevb.h \
|
||||||
ungrdevk.c \
|
ungrdevk.c \
|
||||||
ungrdevk.h \
|
ungrdevk.h \
|
||||||
warpdevp.c \
|
|
||||||
warpdevp.h \
|
|
||||||
xiallowev.c \
|
xiallowev.c \
|
||||||
xiallowev.h \
|
xiallowev.h \
|
||||||
|
xichangecursor.c \
|
||||||
|
xichangecursor.h \
|
||||||
|
xichangehierarchy.c \
|
||||||
|
xichangehierarchy.h \
|
||||||
|
xigetclientpointer.c \
|
||||||
|
xigetclientpointer.h \
|
||||||
xigrabdev.c \
|
xigrabdev.c \
|
||||||
xigrabdev.h \
|
xigrabdev.h \
|
||||||
xipassivegrab.h \
|
xipassivegrab.h \
|
||||||
xipassivegrab.c \
|
xipassivegrab.c \
|
||||||
xiproperty.c \
|
xiproperty.c \
|
||||||
xiproperty.h \
|
xiproperty.h \
|
||||||
|
xiquerydevice.c \
|
||||||
|
xiquerydevice.h \
|
||||||
|
xiquerypointer.c \
|
||||||
|
xiquerypointer.h \
|
||||||
|
xiqueryversion.c \
|
||||||
|
xiqueryversion.h \
|
||||||
xiselectev.c \
|
xiselectev.c \
|
||||||
xiselectev.h \
|
xiselectev.h \
|
||||||
|
xisetclientpointer.c \
|
||||||
|
xisetclientpointer.h \
|
||||||
xisetdevfocus.c \
|
xisetdevfocus.c \
|
||||||
xisetdevfocus.h
|
xisetdevfocus.h \
|
||||||
|
xiwarppointer.c \
|
||||||
|
xiwarppointer.h
|
||||||
|
|
||||||
EXTRA_DIST = stubs.c
|
EXTRA_DIST = stubs.c
|
||||||
|
|
|
@ -74,7 +74,7 @@ SOFTWARE.
|
||||||
#include "scrnintstr.h"
|
#include "scrnintstr.h"
|
||||||
#include "listdev.h" /* for CopySwapXXXClass */
|
#include "listdev.h" /* for CopySwapXXXClass */
|
||||||
#include "xace.h"
|
#include "xace.h"
|
||||||
#include "querydev.h" /* For List*Info */
|
#include "xiquerydevice.h" /* For List*Info */
|
||||||
#include "eventconvert.h"
|
#include "eventconvert.h"
|
||||||
|
|
||||||
#include <X11/extensions/XKBproto.h>
|
#include <X11/extensions/XKBproto.h>
|
||||||
|
|
16
Xi/extinit.c
16
Xi/extinit.c
|
@ -75,9 +75,7 @@ SOFTWARE.
|
||||||
|
|
||||||
/* modules local to Xi */
|
/* modules local to Xi */
|
||||||
#include "allowev.h"
|
#include "allowev.h"
|
||||||
#include "chdevcur.h"
|
|
||||||
#include "chgdctl.h"
|
#include "chgdctl.h"
|
||||||
#include "chdevhier.h"
|
|
||||||
#include "chgfctl.h"
|
#include "chgfctl.h"
|
||||||
#include "chgkbd.h"
|
#include "chgkbd.h"
|
||||||
#include "chgprop.h"
|
#include "chgprop.h"
|
||||||
|
@ -86,7 +84,6 @@ SOFTWARE.
|
||||||
#include "devbell.h"
|
#include "devbell.h"
|
||||||
#include "getbmap.h"
|
#include "getbmap.h"
|
||||||
#include "getbmap.h"
|
#include "getbmap.h"
|
||||||
#include "getcptr.h"
|
|
||||||
#include "getdctl.h"
|
#include "getdctl.h"
|
||||||
#include "getfctl.h"
|
#include "getfctl.h"
|
||||||
#include "getfocus.h"
|
#include "getfocus.h"
|
||||||
|
@ -102,15 +99,11 @@ SOFTWARE.
|
||||||
#include "gtmotion.h"
|
#include "gtmotion.h"
|
||||||
#include "listdev.h"
|
#include "listdev.h"
|
||||||
#include "opendev.h"
|
#include "opendev.h"
|
||||||
#include "querydp.h"
|
|
||||||
#include "queryst.h"
|
#include "queryst.h"
|
||||||
#include "querydev.h"
|
|
||||||
#include "queryversion.h"
|
|
||||||
#include "selectev.h"
|
#include "selectev.h"
|
||||||
#include "sendexev.h"
|
#include "sendexev.h"
|
||||||
#include "chgkmap.h"
|
#include "chgkmap.h"
|
||||||
#include "setbmap.h"
|
#include "setbmap.h"
|
||||||
#include "setcptr.h"
|
|
||||||
#include "setdval.h"
|
#include "setdval.h"
|
||||||
#include "setfocus.h"
|
#include "setfocus.h"
|
||||||
#include "setmmap.h"
|
#include "setmmap.h"
|
||||||
|
@ -118,13 +111,20 @@ SOFTWARE.
|
||||||
#include "ungrdev.h"
|
#include "ungrdev.h"
|
||||||
#include "ungrdevb.h"
|
#include "ungrdevb.h"
|
||||||
#include "ungrdevk.h"
|
#include "ungrdevk.h"
|
||||||
#include "warpdevp.h"
|
|
||||||
#include "xiallowev.h"
|
#include "xiallowev.h"
|
||||||
#include "xiselectev.h"
|
#include "xiselectev.h"
|
||||||
#include "xigrabdev.h"
|
#include "xigrabdev.h"
|
||||||
#include "xipassivegrab.h"
|
#include "xipassivegrab.h"
|
||||||
#include "xisetdevfocus.h"
|
#include "xisetdevfocus.h"
|
||||||
#include "xiproperty.h"
|
#include "xiproperty.h"
|
||||||
|
#include "xichangecursor.h"
|
||||||
|
#include "xichangehierarchy.h"
|
||||||
|
#include "xigetclientpointer.h"
|
||||||
|
#include "xiquerydevice.h"
|
||||||
|
#include "xiquerypointer.h"
|
||||||
|
#include "xiqueryversion.h"
|
||||||
|
#include "xisetclientpointer.h"
|
||||||
|
#include "xiwarppointer.h"
|
||||||
|
|
||||||
|
|
||||||
/* Masks for XI events have to be aligned with core event (partially anyway).
|
/* Masks for XI events have to be aligned with core event (partially anyway).
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
||||||
#include "chdevcur.h"
|
#include "xichangecursor.h"
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
|
@ -48,11 +48,11 @@
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "geext.h"
|
#include "geext.h"
|
||||||
#include "xace.h"
|
#include "xace.h"
|
||||||
#include "querydev.h" /* for GetDeviceUse */
|
#include "xiquerydevice.h" /* for GetDeviceUse */
|
||||||
|
|
||||||
#include "xkbsrv.h"
|
#include "xkbsrv.h"
|
||||||
|
|
||||||
#include "chdevhier.h"
|
#include "xichangehierarchy.h"
|
||||||
|
|
||||||
extern DevPrivateKey XTstDevicePrivateKey;
|
extern DevPrivateKey XTstDevicePrivateKey;
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#include "exevents.h"
|
#include "exevents.h"
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
|
|
||||||
#include "getcptr.h"
|
#include "xigetclientpointer.h"
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* This procedure allows a client to query another client's client pointer
|
* This procedure allows a client to query another client's client pointer
|
|
@ -40,7 +40,7 @@
|
||||||
#include "xserver-properties.h"
|
#include "xserver-properties.h"
|
||||||
#include "exevents.h"
|
#include "exevents.h"
|
||||||
|
|
||||||
#include "querydev.h"
|
#include "xiquerydevice.h"
|
||||||
|
|
||||||
static int ListDeviceInfo(DeviceIntPtr dev, xXIDeviceInfo* info);
|
static int ListDeviceInfo(DeviceIntPtr dev, xXIDeviceInfo* info);
|
||||||
static int SizeDeviceInfo(DeviceIntPtr dev);
|
static int SizeDeviceInfo(DeviceIntPtr dev);
|
|
@ -49,7 +49,7 @@
|
||||||
#include "panoramiXsrv.h"
|
#include "panoramiXsrv.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "querydp.h"
|
#include "xiquerypointer.h"
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file queryversion.c
|
* @file xiqueryversion.c
|
||||||
* Protocol handling for the XIQueryVersion request/reply.
|
* Protocol handling for the XIQueryVersion request/reply.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "exevents.h"
|
#include "exevents.h"
|
||||||
#include "queryversion.h"
|
#include "xiqueryversion.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
extern XExtensionVersion XIVersion; /* defined in getvers.c */
|
extern XExtensionVersion XIVersion; /* defined in getvers.c */
|
|
@ -46,7 +46,7 @@
|
||||||
#include "exevents.h"
|
#include "exevents.h"
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
|
|
||||||
#include "setcptr.h"
|
#include "xisetclientpointer.h"
|
||||||
|
|
||||||
int
|
int
|
||||||
SProcXISetClientPointer(ClientPtr client)
|
SProcXISetClientPointer(ClientPtr client)
|
|
@ -46,7 +46,7 @@
|
||||||
#include "mipointer.h" /* for miPointerUpdateSprite */
|
#include "mipointer.h" /* for miPointerUpdateSprite */
|
||||||
|
|
||||||
|
|
||||||
#include "warpdevp.h"
|
#include "xiwarppointer.h"
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
*
|
*
|
||||||
* This procedure allows a client to warp the pointer of a device.
|
* This procedure allows a client to warp the pointer of a device.
|
|
@ -78,11 +78,11 @@ SOFTWARE.
|
||||||
#include <X11/extensions/XIproto.h>
|
#include <X11/extensions/XIproto.h>
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "exevents.h"
|
#include "exevents.h"
|
||||||
#include "querydev.h" /* for SizeDeviceClasses */
|
#include "xiquerydevice.h" /* for SizeDeviceClasses */
|
||||||
#include "xiproperty.h"
|
#include "xiproperty.h"
|
||||||
#include "enterleave.h" /* for EnterWindow() */
|
#include "enterleave.h" /* for EnterWindow() */
|
||||||
#include "xserver-properties.h"
|
#include "xserver-properties.h"
|
||||||
#include "chdevhier.h" /* For XISendDeviceHierarchyEvent */
|
#include "xichangehierarchy.h" /* For XISendDeviceHierarchyEvent */
|
||||||
|
|
||||||
/** @file
|
/** @file
|
||||||
* This file handles input device-related stuff.
|
* This file handles input device-related stuff.
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
#include "events.h"
|
#include "events.h"
|
||||||
#include "exglobals.h"
|
#include "exglobals.h"
|
||||||
#include "eventconvert.h"
|
#include "eventconvert.h"
|
||||||
#include "querydev.h"
|
#include "xiquerydevice.h"
|
||||||
#include "xkbsrv.h"
|
#include "xkbsrv.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue