diff --git a/Xext/xvdix_priv.h b/Xext/xvdix_priv.h index a64a5625ac..269dad6e2d 100644 --- a/Xext/xvdix_priv.h +++ b/Xext/xvdix_priv.h @@ -28,7 +28,7 @@ typedef struct _XvPortNotifyRec { struct _XvPortNotifyRec *next; ClientPtr client; unsigned long id; -} XvPortNotifyRec, *XvPortNotifyPtr; +} XvPortNotifyRec; extern int XvReqCode; extern int XvErrorBase;