DIX: fix several duplicate typedefs
Compare changes
- Enrico Weigelt, metux IT consult . authored
fix warning on duplicate typedef: > In file included from ../hw/xfree86/common/xf86Xinput.c:59: > ../dix/ptrveloc_priv.h:33:3: warning: redefinition of typedef 'MotionTracker' is a C11 feature [-Wtypedef-redefinition] > } MotionTracker, *MotionTrackerPtr; > ^ > ../include/ptrveloc.h:54:31: note: previous definition is here > typedef struct _MotionTracker MotionTracker, *MotionTrackerPtr; > ^ Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1427>
+ 2
− 10
@@ -13,24 +13,16 @@