(!1985) randr: unexport and document RRClientKnowsRates()
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
							
								
									23483872ac
								
							
						
					
					
						commit
						4190e55858
					
				|  | @ -595,10 +595,6 @@ extern _X_EXPORT Bool | |||
| extern _X_EXPORT Bool | ||||
|  RRCrtcGammaSetSize(RRCrtcPtr crtc, int size); | ||||
| 
 | ||||
| /* rrdispatch.c */ | ||||
| extern _X_EXPORT Bool | ||||
|  RRClientKnowsRates(ClientPtr pClient); | ||||
| 
 | ||||
| extern _X_EXPORT void | ||||
| RRLeaseTerminated(RRLeasePtr lease); | ||||
| 
 | ||||
|  |  | |||
|  | @ -250,4 +250,13 @@ Bool RRReplaceScanoutPixmap(DrawablePtr pDrawable, PixmapPtr pPixmap, Bool enabl | |||
|  */ | ||||
| Bool RRHasScanoutPixmap(ScreenPtr pScreen); | ||||
| 
 | ||||
| /*
 | ||||
|  * Check whether client is operating on recent enough protocol version | ||||
|  * to know about refresh rates. This has influence on reply packet formats | ||||
|  * | ||||
|  * @param pClient the client to check | ||||
|  * @return TRUE if client using recent enough protocol version | ||||
|  */ | ||||
| Bool RRClientKnowsRates(ClientPtr pClient); | ||||
| 
 | ||||
| #endif /* _XSERVER_RANDRSTR_PRIV_H_ */ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue