libXrandr: Changes to 'randr-1.2'

Keith Packard keithp at kemper.freedesktop.org
Tue Nov 21 11:16:47 EET 2006


 include/X11/extensions/Xrandr.h |   18 +-
 src/Makefile.am                 |    1 
 src/XrrOutput.c                 |  227 --------------------------
 src/XrrProperty.c               |  344 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 362 insertions(+), 228 deletions(-)

New commits:
commit 0dba1be7969aa56f934d93889cbd589b3dafd3d4
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Mon Nov 20 20:59:18 2006 -0800

    Change properties to have a pending value and report valid values.
    
    Pending values are transferred to current values at mode set, allowing a
    queue of values to accrue in preparation for the modeset operation while
    still reporting valid 'current' values for applications.
    
    The set of valid values is also available so applications can present
    a reasonable list to the user during configuration.




More information about the xorg-commit mailing list