missed commit
This commit is contained in:
parent
3b683b63ee
commit
8444a1f391
|
@ -45,6 +45,9 @@
|
||||||
#else
|
#else
|
||||||
#include "xf86_ansic.h"
|
#include "xf86_ansic.h"
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef RANDR
|
||||||
|
#include <X11/extensions/randr.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "propertyst.h"
|
#include "propertyst.h"
|
||||||
|
|
||||||
|
@ -423,6 +426,7 @@ void xf86CollectOptions(ScrnInfoPtr pScrn, pointer extraOpts);
|
||||||
#ifdef RANDR
|
#ifdef RANDR
|
||||||
Bool xf86RandRInit (ScreenPtr pScreen);
|
Bool xf86RandRInit (ScreenPtr pScreen);
|
||||||
void xf86RandRSetInitialMode (ScreenPtr pScreen);
|
void xf86RandRSetInitialMode (ScreenPtr pScreen);
|
||||||
|
Rotation xf86GetRotation(ScreenPtr pScreen);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* xf86VidModeExtentionInit.c */
|
/* xf86VidModeExtentionInit.c */
|
||||||
|
|
Loading…
Reference in New Issue