panoramix: unexport XineramaGetImageData()
Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
9f538c4f40
commit
1741809555
|
@ -35,7 +35,7 @@ extern RESTYPE XRT_PICTURE;
|
||||||
typedef Bool (*XineramaVisualsEqualProcPtr) (VisualPtr, ScreenPtr, VisualPtr);
|
typedef Bool (*XineramaVisualsEqualProcPtr) (VisualPtr, ScreenPtr, VisualPtr);
|
||||||
extern _X_EXPORT XineramaVisualsEqualProcPtr XineramaVisualsEqualPtr;
|
extern _X_EXPORT XineramaVisualsEqualProcPtr XineramaVisualsEqualPtr;
|
||||||
|
|
||||||
extern _X_EXPORT void XineramaGetImageData(DrawablePtr *pDrawables,
|
void XineramaGetImageData(DrawablePtr *pDrawables,
|
||||||
int left,
|
int left,
|
||||||
int top,
|
int top,
|
||||||
int width,
|
int width,
|
||||||
|
|
Loading…
Reference in New Issue