mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Xext: xv: fix redefinition of typedef 'XvPortNotifyPtr'
In file included from ../Xext/xvmc.c:14:
../Xext/xvdix_priv.h:31:21: warning: redefinition of typedef 'XvPortNotifyPtr' is a C11 feature [-Wtypedef-redefinition]
31 | } XvPortNotifyRec, *XvPortNotifyPtr;
| ^
../Xext/xvdix.h:73:34: note: previous definition is here
73 | typedef struct _XvPortNotifyRec *XvPortNotifyPtr;
| ^
1 warning generated.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
8e72499df7
commit
ebb3660f64
@@ -28,7 +28,7 @@ typedef struct _XvPortNotifyRec {
|
||||
struct _XvPortNotifyRec *next;
|
||||
ClientPtr client;
|
||||
unsigned long id;
|
||||
} XvPortNotifyRec, *XvPortNotifyPtr;
|
||||
} XvPortNotifyRec;
|
||||
|
||||
extern int XvReqCode;
|
||||
extern int XvErrorBase;
|
||||
|
||||
Reference in New Issue
Block a user