xserver-multidpi/randr
Keith Packard 804080a709 Make pending properties force mode set. And, remove AttachScreen calls.
Yes, two changes in one commit. Sorry 'bout that.

The first change ensures that when pending property values have been
changed, a mode set to the current mode will actually do something, rather
than being identified as a no-op. In addition, the driver no longer needs to
manage the migration of pending to current values, that is handled both
within the xf86 mode setting code (to deal with non-RandR changes) as well
as within the RandR extension itself.

The second change eliminates the two-call Create/AttachScreen stuff that was
done in a failed attempt to create RandR resources before the screen
structures were allocated. Merging these back into the Create function is
cleaner.
(cherry picked from commit 57e87e0d00)

Conflicts:

	randr/randrstr.h
	randr/rrcrtc.c

I think master and server-1.3-branch are more in sync now.
2007-03-24 00:01:47 -07:00
..
Makefile.am Limit pointer to valid crtc areas. Add event swapping. Fix change tracking. 2006-10-13 17:34:53 -07:00
mirandr.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
randr.c Clear allocated RandR screen private structure. 2007-03-23 01:30:10 -07:00
randrstr.h Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
rrcrtc.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
rrdispatch.c Set the RandR version returned, rather than just passing the proto's version. 2007-03-15 13:21:00 -07:00
rrinfo.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
rrmode.c Add support for user-defined modelines in RandR. 2007-03-17 23:20:07 -07:00
rroutput.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
rrpointer.c Bugzilla #7145: fix build with gcc 2.95 2007-03-05 15:31:44 -08:00
rrproperty.c Make pending properties force mode set. And, remove AttachScreen calls. 2007-03-24 00:01:47 -07:00
rrscreen.c Add support for user-defined modelines in RandR. 2007-03-17 23:20:07 -07:00
rrsdispatch.c Change RandR property datatype to include pending/valid values. 2006-11-28 11:13:43 -08:00
rrxinerama.c Make Xinearama screen information reflect CRTC rotation. 2007-01-24 13:34:58 -08:00