xf86-video-xgi: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Jan 18 10:27:55 PST 2013


 src/xgi_driver.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d963d20a7f6368dee4140366f4e65a4ca07dcbc8
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Jan 18 13:23:17 2013 -0500

    ddc: Fix uncredible fail in calling xf86UnloadSubModule
    
    xf86UnloadSubModule() takes a ModuleDescPtr, though you wouldn't know it
    from the prototype; it most certainly does not take a string.  Also, ddc
    has been a built-in module since RANDR 1.2 or so, so this call would
    have been a no-op even if it were correct.
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>



More information about the xorg-commit mailing list