• Sam Lantinga's avatar
    Date: 28 Jun 2003 22:42:52 +0100 · 3f73ea75
    Sam Lantinga authored
    From: Alan Swanson
    Subject: Re: [SDL] New XFree 4.3 Video Mode Patch
    
    I have a wee amendment that moves the qsort in set_best_resolution
    to only occur after failing to find an exact match only. This would
    make absolutely sure we get a user set mode.
    
    While I've never had any problems for my normal resolutions (1280x1024,
    1024x768, 800x600 & 640,480) while closely examining the output from
    qsort I've noticed it doesn't seem to sort the modes fully. These is
    one definite wrong at 1152x768 and a few that just look wrong to me.
    
    From a program (attached) I made to examine this more easily. X has
    sorted its mode list using the same method as ours (plus frequency),
    and our user modes get inserted without any other movement.
    
    On the patch I've made I've also changed cmpmodes to sort on vertical
    resolution and then horizontal. Ie vertical is now most significant
    bit.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40642
    3f73ea75
Name
Last commit
Last update
..
audio Loading commit data...
cdrom Loading commit data...
endian Loading commit data...
events Loading commit data...
file Loading commit data...
hermes Loading commit data...
joystick Loading commit data...
main Loading commit data...
thread Loading commit data...
timer Loading commit data...
video Loading commit data...
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL.c Loading commit data...
SDL_error.c Loading commit data...
SDL_error_c.h Loading commit data...
SDL_fatal.c Loading commit data...
SDL_fatal.h Loading commit data...
SDL_getenv.c Loading commit data...
SDL_loadso.c Loading commit data...
SDL_loadso.h Loading commit data...