xserver/randr
Keith Packard f521308ad2 Correct ref counting of RRMode structures
RRModes are referenced by the resource db, RROutput and RRCrtc structures.
Ensure that the mode reference count is decremented each time a reference is
lost from one of these sources. The missing destroys were in
RRCrtcDestroyResource and RROutputDestroyResource, which only happen at
server reset time, so modes would be unavailable in subsequent server
generations.
2007-03-15 20:26:07 -07:00
..
Makefile.am Limit pointer to valid crtc areas. Add event swapping. Fix change tracking. 2006-11-16 10:03:01 -08:00
mirandr.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
randr.c Track physical screen size and send out updates when that changes. 2006-12-21 23:50:39 -08:00
randrstr.h Eliminate RRModeRec devPrivate field. 2007-02-20 23:04:26 -08:00
rrcrtc.c Correct ref counting of RRMode structures 2007-03-15 20:26:07 -07:00
rrdispatch.c Change RandR property datatype to include pending/valid values. 2006-11-21 01:15:26 -08:00
rrinfo.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
rrmode.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
rroutput.c Correct ref counting of RRMode structures 2007-03-15 20:26:07 -07:00
rrpointer.c Make Xinearama screen information reflect CRTC rotation. 2007-01-29 23:04:17 -08:00
rrproperty.c RRConfigureOutputProperty is a variable length request. 2007-02-15 22:23:16 -08:00
rrscreen.c Add support for user-defined modelines in RandR. 2007-02-18 23:49:38 -08:00
rrsdispatch.c Change RandR property datatype to include pending/valid values. 2006-11-21 01:15:26 -08:00
rrxinerama.c Make Xinearama screen information reflect CRTC rotation. 2007-01-29 23:04:17 -08:00