diff options
author | Keith Packard <keithp@keithp.com> | 2001-06-11 01:38:54 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2001-06-11 01:38:54 +0000 |
commit | a6517a3056a88fca35a47185a0e6d83f3e8b0015 (patch) | |
tree | fb0da9817355109a8519d4a6dd98e3cdffa98489 /hw/kdrive/vesa/vesa.c | |
parent | 4f8254b31f30bd12224c2fdcecfbd67b41ecd7e1 (diff) |
Advertise supported rotations in kdrive/vesa server
Diffstat (limited to 'hw/kdrive/vesa/vesa.c')
-rw-r--r-- | hw/kdrive/vesa/vesa.c | 4 |
1 files 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 |