mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Merge branch 'master' into mpx
Conflicts: XTrap/xtrapddmi.c Xext/security.c Xext/xprint.c Xext/xtest.c Xext/xvdisp.c Xi/exevents.c Xi/grabdevb.c Xi/grabdevk.c Xi/opendev.c Xi/ungrdev.c Xi/ungrdevb.c Xi/ungrdevk.c dix/cursor.c dix/devices.c dix/dixutils.c dix/events.c dix/getevents.c dix/main.c dix/window.c hw/xfree86/ramdac/xf86Cursor.c include/dix.h include/input.h include/inputstr.h mi/midispcur.c mi/miinitext.c mi/misprite.c render/animcur.c xfixes/cursor.c xkb/xkbAccessX.c
This commit is contained in:
@@ -54,6 +54,7 @@ SOFTWARE.
|
||||
#include "dixstruct.h"
|
||||
#include "cursorstr.h"
|
||||
#include "geext.h"
|
||||
#include "privates.h"
|
||||
|
||||
#define BitIsOn(ptr, bit) (((BYTE *) (ptr))[(bit)>>3] & (1 << ((bit) & 7)))
|
||||
|
||||
@@ -64,7 +65,7 @@ SOFTWARE.
|
||||
|
||||
#define EMASKSIZE MAX_DEVICES
|
||||
|
||||
extern int CoreDevicePrivatesIndex;
|
||||
extern DevPrivateKey CoreDevicePrivateKey;
|
||||
|
||||
/* Kludge: OtherClients and InputClients must be compatible, see code */
|
||||
|
||||
@@ -411,7 +412,7 @@ typedef struct _DeviceIntRec {
|
||||
void *pad0;
|
||||
#endif
|
||||
char *config_info; /* used by the hotplug layer */
|
||||
DevUnion *devPrivates;
|
||||
PrivateRec *devPrivates;
|
||||
int nPrivates;
|
||||
DeviceUnwrapProc unwrapProc;
|
||||
SpriteInfoPtr spriteInfo;
|
||||
|
||||
Reference in New Issue
Block a user