randr: re-export RRCrtcDetachScanoutPixmap() for Nvidia legacy
NVidia's proprietary driver does it's own randr implementation (why ?) and needs this function for this. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
5f91adf017
commit
90c1f3b2a8
|
@ -702,6 +702,14 @@ void RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height);
|
|||
_X_EXPORT /* just for Nvidia legacy */
|
||||
RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Detach and free a scanout pixmap
|
||||
*
|
||||
* @param crtc the CRTC to act on
|
||||
*/
|
||||
_X_EXPORT /* just for Nvidia legacy */
|
||||
void RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
||||
|
||||
#endif /* _RANDRSTR_H_ */
|
||||
|
||||
/*
|
||||
|
|
|
@ -208,13 +208,6 @@ Bool RRCrtcInit(void);
|
|||
*/
|
||||
void RRCrtcInitErrorValue(void);
|
||||
|
||||
/*
|
||||
* Detach and free a scanout pixmap
|
||||
*
|
||||
* @param crtc the CRTC to act on
|
||||
*/
|
||||
void RRCrtcDetachScanoutPixmap(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Handler for the ReplaceScanoutPixmap screen proc
|
||||
* Should not be called directly.
|
||||
|
|
Loading…
Reference in New Issue