Eric Anholt
4f2f3233c8
Fix the size expectations of xRRSetCrtcGamma.
...
It was using REQUEST_SIZE_MATCH (client request length must equal request size)
rather than REQUEST_AT_LEAST_SIZE (client request length must be at least
big enough for request size), and this request has data following the request
structure.
2007-02-01 15:10:29 -08: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
Change RandR property datatype to include pending/valid values.
2006-11-28 11:13:43 -08:00
randr.c
Track physical screen size and send out updates when that changes.
2007-01-02 09:18:50 +11:00
randrstr.h
Make Xinearama screen information reflect CRTC rotation.
2007-01-24 13:34:58 -08:00
rrcrtc.c
Fix the size expectations of xRRSetCrtcGamma.
2007-02-01 15:10:29 -08:00
rrdispatch.c
Convert callers of SecurityLookupWindow() to dixLookupWindow().
2006-12-15 15:50:46 -05:00
rrinfo.c
Use RRScreenSetSizeRange in 1.0 compat. Check RRGetInfo for error.
2007-01-02 09:13:39 +11:00
rrmode.c
RandR mode list needs both output and crtc modes.
2006-12-15 18:32:10 +11:00
rroutput.c
RandR: config time updates when hardware config changes.
2006-12-15 18:32:18 +11:00
rrpointer.c
Make Xinearama screen information reflect CRTC rotation.
2007-01-24 13:34:58 -08:00
rrproperty.c
When changing a non-pending property, call the screen rrOutputSetProperty hook.
2007-01-16 13:01:45 -08:00
rrscreen.c
Track physical screen size and send out updates when that changes.
2007-01-02 09:18:50 +11: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