mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-02 01:50:11 +01:00
Fix "warning: no previous prototype for ‘miRROutputGetProperty’".
This commit is contained in:
parent
0b00bbca5d
commit
e90fcd8294
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue