• 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
..
.cvsignore Loading commit data...
Makefile.am Loading commit data...
SDL_x11dga.c Loading commit data...
SDL_x11dga_c.h Loading commit data...
SDL_x11events.c Loading commit data...
SDL_x11events_c.h Loading commit data...
SDL_x11gamma.c Loading commit data...
SDL_x11gamma_c.h Loading commit data...
SDL_x11gl.c Loading commit data...
SDL_x11gl_c.h Loading commit data...
SDL_x11image.c Loading commit data...
SDL_x11image_c.h Loading commit data...
SDL_x11modes.c Loading commit data...
SDL_x11modes_c.h Loading commit data...
SDL_x11mouse.c Loading commit data...
SDL_x11mouse_c.h Loading commit data...
SDL_x11video.c Loading commit data...
SDL_x11video.h Loading commit data...
SDL_x11wm.c Loading commit data...
SDL_x11wm_c.h Loading commit data...
SDL_x11yuv.c Loading commit data...
SDL_x11yuv_c.h Loading commit data...