Commit e7e2f164 authored by Mike Gabriel's avatar Mike Gabriel

Only declare nxagentRandRCrtcSet if RANDR_12_INTERFACE is defined.

parent f1eafeaa
...@@ -35,10 +35,12 @@ static int nxagentRandRScreenSetSize(ScreenPtr pScreen, CARD16 width, ...@@ -35,10 +35,12 @@ static int nxagentRandRScreenSetSize(ScreenPtr pScreen, CARD16 width,
static int nxagentRandRInitSizes(ScreenPtr pScreen); static int nxagentRandRInitSizes(ScreenPtr pScreen);
#if RANDR_12_INTERFACE
static Bool nxagentRandRCrtcSet (ScreenPtr pScreen, RRCrtcPtr crtc, static Bool nxagentRandRCrtcSet (ScreenPtr pScreen, RRCrtcPtr crtc,
RRModePtr mode, int x, int y, RRModePtr mode, int x, int y,
Rotation rotation, int numOutputs, Rotation rotation, int numOutputs,
RROutputPtr *outputs); RROutputPtr *outputs);
#endif
#ifdef __DARWIN__ #ifdef __DARWIN__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment