Xext: fix typo in GEEventFill macro
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
412e09e1e3
commit
43a1c91a3d
|
@ -87,7 +87,7 @@ extern _X_EXPORT GEExtension GEExtensions[MAXEXTENSIONS];
|
||||||
|
|
||||||
/* Returns the event_fill for the given event */
|
/* Returns the event_fill for the given event */
|
||||||
#define GEEventFill(ev) \
|
#define GEEventFill(ev) \
|
||||||
GEExtensions[GEEXTIDX(xE)].evfill
|
GEExtensions[GEEXTIDX(ev)].evfill
|
||||||
|
|
||||||
#define GEIsType(ev, ext, ev_type) \
|
#define GEIsType(ev, ext, ev_type) \
|
||||||
((GEV(ev)->type == GenericEvent) && \
|
((GEV(ev)->type == GenericEvent) && \
|
||||||
|
|
Loading…
Reference in New Issue