mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
mi: removing MPX ifdefs
global sprite renaming in mipointer and misprite fixed: multiple remove cursor call in miSpriteInstallColormap fixed: wrong core pointer usage in miSpriteStoreColors dix: bugfix in CheckCursorConfinement removing MPX ifdefs removing MPX event generation (using Xi solely now) bugfix GrabDevice: uninitialized field in grab struct caused segfault xfree86: removing MPX fdefs Xi: removing MPX protocol events
This commit is contained in:
parent
a96788058e
commit
03c554283e
12 changed files with 77 additions and 95 deletions
|
|
@ -379,4 +379,5 @@ typedef struct _QdEvent {
|
|||
int evcount;
|
||||
} QdEventRec;
|
||||
|
||||
#define MPXDBG(...) ErrorF("MPX: " __VA_ARGS__ )
|
||||
#endif /* INPUTSTRUCT_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue