mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-04 22:18:08 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ extern _X_EXPORT GEExtension GEExtensions[MAXEXTENSIONS];
|
|||
|
||||
/* Returns the event_fill for the given event */
|
||||
#define GEEventFill(ev) \
|
||||
GEExtensions[GEEXTIDX(xE)].evfill
|
||||
GEExtensions[GEEXTIDX(ev)].evfill
|
||||
|
||||
#define GEIsType(ev, ext, ev_type) \
|
||||
((GEV(ev)->type == GenericEvent) && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue