mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-03 13:38:06 +02:00
missed commit
This commit is contained in:
parent
3b683b63ee
commit
8444a1f391
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,9 @@
|
|||
#else
|
||||
#include "xf86_ansic.h"
|
||||
#endif
|
||||
#ifdef RANDR
|
||||
#include <X11/extensions/randr.h>
|
||||
#endif
|
||||
|
||||
#include "propertyst.h"
|
||||
|
||||
|
|
@ -423,6 +426,7 @@ void xf86CollectOptions(ScrnInfoPtr pScrn, pointer extraOpts);
|
|||
#ifdef RANDR
|
||||
Bool xf86RandRInit (ScreenPtr pScreen);
|
||||
void xf86RandRSetInitialMode (ScreenPtr pScreen);
|
||||
Rotation xf86GetRotation(ScreenPtr pScreen);
|
||||
#endif
|
||||
|
||||
/* xf86VidModeExtentionInit.c */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue