[PATCH] xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637
Dave Airlie
airlied at gmail.com
Mon Jan 21 13:39:53 PST 2013
inputstr, double defines TouchListener typedef, maybe some gcc handles it,
but not all.
fixes tinderbox
Reported-by: Jon TURNEY <jon.turney at dronecode.org.uk>
Signed-off-by: Dave Airlie <airlied at redhat.com>
---
include/inputstr.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/inputstr.h b/include/inputstr.h
index fc21913..48a29be 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 */
--
1.8.1
More information about the xorg-devel
mailing list