mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 23:39:26 +00:00
randr: make RRCrtcChanged() static
Only used locally inside rrcrtc.c, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -588,13 +588,6 @@ RRSetCurrentConfig(ScreenPtr pScreen,
|
||||
|
||||
/* rrcrtc.c */
|
||||
|
||||
/*
|
||||
* Notify the CRTC of some change; layoutChanged indicates that
|
||||
* some position or size element changed
|
||||
*/
|
||||
extern _X_EXPORT void
|
||||
RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged);
|
||||
|
||||
/*
|
||||
* Create a CRTC
|
||||
*/
|
||||
|
||||
@@ -32,7 +32,7 @@ RESTYPE RRCrtcType = 0;
|
||||
/*
|
||||
* Notify the CRTC of some change
|
||||
*/
|
||||
void
|
||||
static void
|
||||
RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged)
|
||||
{
|
||||
ScreenPtr pScreen = crtc->pScreen;
|
||||
|
||||
Reference in New Issue
Block a user