summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@gmail.com>2013-01-22 07:39:53 +1000
committerKeith Packard <keithp@keithp.com>2013-01-21 14:24:08 -0800
commit605dfc6804a05ff2bda5692fec26c37344fd95cb (patch)
treeb5904b26667b56052585530cdd931d89b85d4689
parent069d8ed3eb659c48dd2b0f8b7b8c11f092fdb362 (diff)
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 <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>
-rw-r--r--include/inputstr.h2
1 files changed, 0 insertions, 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 */