From 8444a1f3918b0433f89cae31673ab63628b4543d Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Tue, 11 Oct 2005 21:01:04 +0000 Subject: [PATCH] missed commit --- hw/xfree86/common/xf86.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xfree86/common/xf86.h b/hw/xfree86/common/xf86.h index d8a60fae2..950633163 100644 --- a/hw/xfree86/common/xf86.h +++ b/hw/xfree86/common/xf86.h @@ -45,6 +45,9 @@ #else #include "xf86_ansic.h" #endif +#ifdef RANDR +#include +#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 */