diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 16:23:34 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 17:09:13 +1030 |
commit | b6b26560d65d9468c89dd046396d9aeb14e1b227 (patch) | |
tree | 5c2b9a5aa43d493c5910002664f20fbc7ebdd2df /dix | |
parent | f781a752e642cfe7d08f841b332c3ae507315598 (diff) |
Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
Diffstat (limited to 'dix')
-rw-r--r-- | dix/events.c | 2 | ||||
-rw-r--r-- | dix/extension.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dix/events.c b/dix/events.c index aa10b02d6..6833a6bca 100644 --- a/dix/events.c +++ b/dix/events.c @@ -179,8 +179,6 @@ int xeviegrabState = 0; /** * Extension events type numbering starts at EXTENSION_EVENT_BASE. */ -#define EXTENSION_EVENT_BASE 64 - #define NoSuchEvent 0x80000000 /* so doesn't match NoEventMask */ #define StructureAndSubMask ( StructureNotifyMask | SubstructureNotifyMask ) #define AllButtonsMask ( \ diff --git a/dix/extension.c b/dix/extension.c index ccd9362fc..3070f4da1 100644 --- a/dix/extension.c +++ b/dix/extension.c @@ -63,8 +63,6 @@ SOFTWARE. #include "registry.h" #include "xace.h" -#define EXTENSION_BASE 128 -#define EXTENSION_EVENT_BASE 64 #define LAST_EVENT 128 #define LAST_ERROR 255 |