summaryrefslogtreecommitdiff
path: root/include/inputstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-12-18 15:33:54 +1030
committerPeter Hutterer <whot@hyena.localdomain>2006-12-18 15:33:54 +1030
commit03c554283e49e449fd1282cf32564d15d9fd2c77 (patch)
tree2e27f94fb8140c55c5664604f101be72ee38e61d /include/inputstr.h
parenta96788058e48f3e97c66da6dafd58828f0c2ce53 (diff)
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
Diffstat (limited to 'include/inputstr.h')
-rw-r--r--include/inputstr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inputstr.h b/include/inputstr.h
index 048a34a7e..cc3280dc2 100644
--- a/include/inputstr.h
+++ b/include/inputstr.h
@@ -379,4 +379,5 @@ typedef struct _QdEvent {
int evcount;
} QdEventRec;
+#define MPXDBG(...) ErrorF("MPX: " __VA_ARGS__ )
#endif /* INPUTSTRUCT_H */