xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637
authorDave Airlie <airlied@gmail.com>
Mon, 21 Jan 2013 21:39:53 +0000 (07:39 +1000)
committerKeith Packard <keithp@keithp.com>
Mon, 21 Jan 2013 22:24:08 +0000 (14:24 -0800)
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>
include/inputstr.h

index fc21913..48a29be 100644 (file)
@@ -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 */