(!1985) randr: unexport and document RRCrtcGetTransform()
Not used by any external 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
							
								
									15abedb2a3
								
							
						
					
					
						commit
						2e12c4fe6b
					
				|  | @ -595,11 +595,6 @@ extern _X_EXPORT Bool | |||
| extern _X_EXPORT Bool | ||||
|  RRCrtcGammaSetSize(RRCrtcPtr crtc, int size); | ||||
| 
 | ||||
| /*
 | ||||
|  * Return crtc transform | ||||
|  */ | ||||
| extern _X_EXPORT RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc); | ||||
| 
 | ||||
| /*
 | ||||
|  * Destroy a Crtc at shutdown | ||||
|  */ | ||||
|  |  | |||
|  | @ -203,4 +203,12 @@ void RRDeliverCrtcEvent(ClientPtr pClient, WindowPtr pWin, RRCrtcPtr crtc); | |||
|  */ | ||||
| void RRCrtcGetScanoutSize(RRCrtcPtr crtc, int *width, int *height); | ||||
| 
 | ||||
| /*
 | ||||
|  * Retrieve CRTCs current transform | ||||
|  * | ||||
|  * @param crtc    the CRTC to query | ||||
|  * @return        pointer to CRTCs current transform | ||||
|  */ | ||||
| RRTransformPtr RRCrtcGetTransform(RRCrtcPtr crtc); | ||||
| 
 | ||||
| #endif /* _XSERVER_RANDRSTR_PRIV_H_ */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue