mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-20 20:12:21 +00:00
Add a new function RRGetRotation() which does exactly the same thing as
xf86GetRotation(), but allows for drivers to provide their own RandR
implementation. xf86GetRotation could be obsoleted by this change.
This commit is contained in:
parent
f4898b4093
commit
2ab487d4d2
3 changed files with 23 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2006-02-01 Alan Hourihane <alanh@fairlite.demon.co.uk>
|
||||
|
||||
* randr/randr.c: (RRGetRotation):
|
||||
* randr/randrstr.h:
|
||||
Add a new function RRGetRotation() which does exactly the same
|
||||
thing as xf86GetRotation(), but allows for drivers to provide
|
||||
their own RandR implementation. xf86GetRotation could be
|
||||
obsoleted by this change.
|
||||
|
||||
2006-01-31 Luc Verhaegen <libv@skynet.be>
|
||||
|
||||
* hw/xfree86/ddc/edid.h:
|
||||
|
|
|
|||
Loading…
Reference in a new issue