libXrandr: Changes to 'master'

Keith Packard keithp at kemper.freedesktop.org
Thu Feb 1 00:25:39 EET 2007


 src/XrrProperty.c |   60 +++++++++++++++++++++++++++---------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

New commits:
commit 9c4fea702a0382689898fc14cbdab456fb18c403
Merge: c85237a... 382b7a3...
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Wed Jan 31 14:24:57 2007 -0800

    Merge 64-bit fixes in

commit c85237a1651ae8e1abe9ae442ffa04dcb20c1d3e
Author: Keith Packard <keithp at neko.keithp.com>
Date:   Wed Jan 31 14:20:33 2007 -0800

    Fix read sizes for 64-bit machines.
    
    Be consistent in variable usage:
    	nbytes = network byte length.
    	rbytes = memory byte length.
    	nbytesRead = actual network bytes read.
    Malloc rbytes data to pass to _XRead*, but use nbytes as the
    amount of data to read (yes, this is insane, welcome to Xlib).
    Some of this patch is semi-gratuitous, but the goal is to be consistent
    everywhere.




More information about the xorg-commit mailing list