mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00: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>
This commit is contained in:
committed by
Keith Packard
parent
069d8ed3eb
commit
605dfc6804
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user