mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-24 07:30:30 +01:00
xserver: fix build regression since 91ab237358
inputstr, double defines TouchListener typedef, maybe some gcc handles it,
but not all.
fixes tinderbox
Reported-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 605dfc6804)
This commit is contained in:
parent
310ac85080
commit
dc1c70f299
1 changed files with 0 additions and 2 deletions
|
|
@ -327,8 +327,6 @@ typedef struct _TouchPointInfo {
|
|||
size_t history_size; /* Size of history in elements */
|
||||
} TouchPointInfoRec;
|
||||
|
||||
typedef struct _TouchListener TouchListener;
|
||||
|
||||
typedef struct _DDXTouchPointInfo {
|
||||
uint32_t client_id; /* touch ID as seen in client events */
|
||||
Bool active; /* whether or not the touch is active */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue