Include xf86Rename.h in xf86RandR12.h.
This commit is contained in:
parent
0a2fe443d2
commit
3ba1e8ab6d
|
@ -24,6 +24,9 @@
|
||||||
#define _XF86_RANDR_H_
|
#define _XF86_RANDR_H_
|
||||||
#include <randrstr.h>
|
#include <randrstr.h>
|
||||||
#include <X11/extensions/render.h>
|
#include <X11/extensions/render.h>
|
||||||
|
#if XF86_MODES_RENAME
|
||||||
|
#include "xf86Rename.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
Bool xf86RandR12CreateScreenResources (ScreenPtr pScreen);
|
Bool xf86RandR12CreateScreenResources (ScreenPtr pScreen);
|
||||||
Bool xf86RandR12Init(ScreenPtr pScreen);
|
Bool xf86RandR12Init(ScreenPtr pScreen);
|
||||||
|
|
Loading…
Reference in New Issue