From 605dfc6804a05ff2bda5692fec26c37344fd95cb Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 22 Jan 2013 07:39:53 +1000 Subject: [PATCH] xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637 inputstr, double defines TouchListener typedef, maybe some gcc handles it, but not all. fixes tinderbox Reported-by: Jon TURNEY Signed-off-by: Dave Airlie Reviewed-by: Peter Hutterer Signed-off-by: Keith Packard --- include/inputstr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/inputstr.h b/include/inputstr.h index fc21913e1..48a29bede 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -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 */