mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
randr: make RRCrtcGammaGet() 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:
@@ -641,14 +641,6 @@ RRCrtcSet(RRCrtcPtr crtc,
|
||||
extern _X_EXPORT Bool
|
||||
RRCrtcGammaSet(RRCrtcPtr crtc, CARD16 *red, CARD16 *green, CARD16 *blue);
|
||||
|
||||
/*
|
||||
* Request current gamma back from the DDX (if possible).
|
||||
* This includes gamma size.
|
||||
*/
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
RRCrtcGammaGet(RRCrtcPtr crtc);
|
||||
|
||||
/*
|
||||
* Set the size of the gamma table at server startup time
|
||||
*/
|
||||
|
||||
@@ -946,7 +946,7 @@ RRCrtcGammaSet(RRCrtcPtr crtc, CARD16 *red, CARD16 *green, CARD16 *blue)
|
||||
* Request current gamma back from the DDX (if possible).
|
||||
* This includes gamma size.
|
||||
*/
|
||||
Bool
|
||||
static Bool
|
||||
RRCrtcGammaGet(RRCrtcPtr crtc)
|
||||
{
|
||||
Bool ret = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user