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,
|
||||
RRPropertyValuePtr value);
|
||||
|
||||
Bool
|
||||
miRROutputGetProperty (ScreenPtr pScreen,
|
||||
RROutputPtr output,
|
||||
Atom property);
|
||||
|
||||
Bool
|
||||
miRROutputValidateMode (ScreenPtr pScreen,
|
||||
RROutputPtr output,
|
||||
|
|
Loading…
Reference in New Issue