Fix "warning: no previous prototype for ‘miRROutputGetProperty’".
This commit is contained in:
parent
0b00bbca5d
commit
e90fcd8294
|
@ -418,6 +418,11 @@ miRROutputSetProperty (ScreenPtr pScreen,
|
||||||
Atom property,
|
Atom property,
|
||||||
RRPropertyValuePtr value);
|
RRPropertyValuePtr value);
|
||||||
|
|
||||||
|
Bool
|
||||||
|
miRROutputGetProperty (ScreenPtr pScreen,
|
||||||
|
RROutputPtr output,
|
||||||
|
Atom property);
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
miRROutputValidateMode (ScreenPtr pScreen,
|
miRROutputValidateMode (ScreenPtr pScreen,
|
||||||
RROutputPtr output,
|
RROutputPtr output,
|
||||||
|
|
Loading…
Reference in New Issue