xrandr: Changes to 'master'

Aaron Plattner aplattner at kemper.freedesktop.org
Mon May 6 12:46:31 PDT 2013


 xrandr.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ace5e2b21b2a204f94c6452fa0d8f36699aec249
Author: Andy Ritger <aritger at nvidia.com>
Date:   Thu May 2 01:20:27 2013 -0700

    xrandr: calloc XRRModeInfo's passed to libXrandr.
    
    The "--newmode" commandline option initializes an XRRModeInfo and passes
    it into XRRCreateMode().  calloc(3) it to avoid uninitialized fields.
    For consistency, calloc(3) all the places where umode_t's (the wrapper
    structure for XRRModeInfo) are allocated.
    
    Signed-off-by: Andy Ritger <aritger at nvidia.com>
    Tested-by: Nikhil Mahale <nmahale at nvidia.com>
    Signed-off-by: Aaron Plattner <aplattner at nvidia.com>



More information about the xorg-commit mailing list