xf86-video-trident: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 22 21:07:09 UTC 2018


 src/trident_driver.c | 5770 +++++++++++++++++++++++++--------------------------
 1 file changed, 2870 insertions(+), 2900 deletions(-)

New commits:
commit 122747b2317fa6f82add70701efa8f853989ca3d
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:12:46 2018 -0600

    Significantly reduce static function declarations for trident_driver.c
    
    Moved many functions around in order to accomplish this.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>

commit 8fee57780772dc8ffee1f90d2ee1af2232b5b387
Author: Kevin Brace <kevinbrace at gmx.com>
Date:   Mon Dec 17 16:10:42 2018 -0600

    Use const char for xf86GetOptValString return type
    
    Apparently, xf86GetOptValString changed their return type from char
    to const char between X Server 1.15 and 1.16. In particular, X Server
    commit e1e01d2e33c632e395d7e396f73fba8ae606b15a made the change. This
    commit will suppress the compilation warning.
    
    Signed-off-by: Kevin Brace <kevinbrace at gmx.com>



More information about the xorg-commit mailing list