Declare xf86InterpretEEDID() properly.
This commit is contained in:
parent
e4335e876d
commit
66d7c9de82
|
@ -45,6 +45,10 @@ extern xf86MonPtr xf86InterpretEDID(
|
||||||
int screenIndex, Uchar *block
|
int screenIndex, Uchar *block
|
||||||
);
|
);
|
||||||
|
|
||||||
|
extern xf86MonPtr xf86InterpretEEDID(
|
||||||
|
int screenIndex, Uchar *block
|
||||||
|
);
|
||||||
|
|
||||||
extern void
|
extern void
|
||||||
xf86DDCMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
|
xf86DDCMonitorSet(int scrnIndex, MonPtr Monitor, xf86MonPtr DDC);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue