From a6517a3056a88fca35a47185a0e6d83f3e8b0015 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 11 Jun 2001 01:38:54 +0000 Subject: [PATCH] Advertise supported rotations in kdrive/vesa server --- hw/kdrive/vesa/vesa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/kdrive/vesa/vesa.c b/hw/kdrive/vesa/vesa.c index d4ef6eac8..23101a15c 100644 --- a/hw/kdrive/vesa/vesa.c +++ b/hw/kdrive/vesa/vesa.c @@ -19,7 +19,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vesa.c,v 1.12 2001/06/03 21:52:46 keithp Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/kdrive/vesa/vesa.c,v 1.13 2001/06/04 09:45:42 keithp Exp $ */ #include "vesa.h" #ifdef RANDR @@ -992,7 +992,7 @@ vesaRandRGetInfo (ScreenPtr pScreen, Rotation *rotations) RRGroupOfVisualGroupPtr pGroupOfVisualGroup; RRScreenSizePtr pSize; - *rotations = RR_Rotate_0; + *rotations = RR_Rotate_0|RR_Rotate_90|RR_Rotate_180|RR_Rotate_270; /* * Get mode information from BIOS -- every time in case * something changes, like an external monitor is plugged in