Don't fail calling function when DriverFunc() for RandR fails as
authorEgbert Eich <eich@suse.de>
Wed, 16 Mar 2005 12:16:06 +0000 (12:16 +0000)
committerEgbert Eich <eich@suse.de>
Wed, 16 Mar 2005 12:16:06 +0000 (12:16 +0000)
commit04ccba4d40bef6cee902b118598272f26eebb1df
tree20293091081896e569e5b1577157d42d74e933f5
parent1011762254b41db5ce67cb652a2d4965efd7ec20
Don't fail calling function when DriverFunc() for RandR fails as
    DriverFunc() also returns FALSE when the specific sub function isn't
    supported. In the case of xf86RandRGetInfo() we simply rely on what has
    been set before and return TRUE. In the case of xf86RandRSetConfig() we
    only bail with FALSE if we have to do a rotation and the call fails. We
    presently cannot do rotation on the fly without the help of a driver
    function (Bugzilla #2745).
hw/xfree86/common/xf86RandR.c