xv: unexport XvFillColorKey()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1512>
This commit is contained in:
parent
01de53c815
commit
68ea5f855c
|
@ -185,8 +185,6 @@ typedef struct {
|
|||
extern _X_EXPORT int XvScreenInit(ScreenPtr);
|
||||
extern _X_EXPORT DevPrivateKey XvGetScreenKey(void);
|
||||
extern _X_EXPORT unsigned long XvGetRTPort(void);
|
||||
extern void _X_EXPORT XvFillColorKey(DrawablePtr pDraw, CARD32 key,
|
||||
RegionPtr region);
|
||||
extern _X_EXPORT int XvdiSendPortNotify(XvPortPtr, Atom, INT32);
|
||||
|
||||
extern _X_EXPORT int XvdiPutVideo(ClientPtr, DrawablePtr, XvPortPtr, GCPtr,
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include <X11/Xdefs.h>
|
||||
|
||||
#include "include/pixmap.h"
|
||||
#include "include/regionstr.h"
|
||||
#include "Xext/xvdix.h"
|
||||
|
||||
#define VALIDATE_XV_PORT(portID, pPort, mode)\
|
||||
|
@ -31,4 +33,6 @@ int SProcXvDispatch(ClientPtr);
|
|||
|
||||
void XvFreeAdaptor(XvAdaptorPtr pAdaptor);
|
||||
|
||||
void XvFillColorKey(DrawablePtr pDraw, CARD32 key, RegionPtr region);
|
||||
|
||||
#endif /* _XORG_XVDIX_PRIV_H */
|
||||
|
|
Loading…
Reference in New Issue