summaryrefslogtreecommitdiff
path: root/src/XrrConfig.c
AgeCommit message (Collapse)Author
2007-01-06Avoid nested LockDisplay calls.Keith Packard
XRRFindDisplay must make extension requests that use LockDisplay, so don't call it with the display locked, instead pass the info around to the internal functions that were calling it themselves, having acquired the info before the outer LockDisplay is called.
2006-09-20XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do.
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard