DIX: fix several duplicate typedefs
Compare changes
- Enrico Weigelt, metux IT consult . authored
fix warning: > In file included from ../hw/xfree86/common/xf86Init.c:53: > In file included from ../include/input.h:51: > ../include/screenint.h:55:25: warning: redefinition of typedef 'ScreenPtr' is a C11 feature [-Wtypedef-redefinition] > typedef struct _Screen *ScreenPtr; > ^ > ../dix/screenint_priv.h:11:25: note: previous definition is here > typedef struct _Screen *ScreenPtr; > ^ Signed-off-by:
Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <!1427>
+ 1
− 1