libXi: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Nov 2 15:12:54 PST 2015


 src/XChDProp.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 13f25bfb55f4a0bc1f614cbf9b0b13a50ecad8a0
Author: Javier Pello <javier.pello at urjc.es>
Date:   Wed Oct 7 12:41:01 2015 +0200

    Fix const compiler warnings
    
    When invoking Data, Data16 and Data32 from XChangeDeviceProperty,
    we must cast the data pointer to the right type, but we do not need
    to cast constness away. This change allows to enable -Wcast-qual on
    the build and have it complete without warnings.
    
    Signed-off-by: Javier Pello <javier.pello at urjc.es>
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list