diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2010-03-30 09:54:26 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2010-04-08 10:32:59 -0700 |
commit | c4595fad1d79c0957d3f4dff6ef56d72ae8cc38d (patch) | |
tree | 28eedc414ffd252729c65be428341fcced8ecd93 /ge.h | |
parent | 5f2cc1e2b99d45a612204a86583abb386907be04 (diff) |
XGE: Don't reserve an extension event.
The Generic Event Extension extension uses the "GenericEvent" core event type,
so it doesn't need to also reserve an extension event.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'ge.h')
-rw-r--r-- | ge.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -47,9 +47,7 @@ * */ -#define X_GenericEvent 0 - -#define GENumberEvents (X_GenericEvent + 1) +#define GENumberEvents 0 /********************************************************* * |