Mercurial > sdl-ios-xcode
annotate docs/html/Makefile.am @ 641:df178851293b
Date: 28 Jun 2003 22:42:52 +0100
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.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Jun 2003 21:52:26 +0000 |
parents | e5bc29de3f0a |
children | 02b4ab953ea1 |
rev | line source |
---|---|
0 | 1 EXTRA_DIST = \ |
2 audio.html \ | |
3 cdrom.html \ | |
4 event.html \ | |
5 eventfunctions.html \ | |
6 eventstructures.html \ | |
7 general.html \ | |
8 guide.html \ | |
9 guideaboutsdldoc.html \ | |
10 guideaudioexamples.html \ | |
11 guidebasicsinit.html \ | |
12 guidecdromexamples.html \ | |
13 guidecredits.html \ | |
14 guideeventexamples.html \ | |
15 guideexamples.html \ | |
16 guideinput.html \ | |
17 guideinputkeyboard.html \ | |
18 guidepreface.html \ | |
19 guidethebasics.html \ | |
20 guidetimeexamples.html \ | |
21 guidevideo.html \ | |
22 guidevideoexamples.html \ | |
55
55f1f1b3e27d
Added new docs for SDL 1.2.1
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
23 guidevideoopengl.html \ |
0 | 24 index.html \ |
25 joystick.html \ | |
26 reference.html \ | |
27 sdlactiveevent.html \ | |
28 sdladdtimer.html \ | |
29 sdlaudiocvt.html \ | |
30 sdlaudiospec.html \ | |
31 sdlblitsurface.html \ | |
32 sdlbuildaudiocvt.html \ | |
33 sdlcd.html \ | |
34 sdlcdclose.html \ | |
35 sdlcdeject.html \ | |
36 sdlcdname.html \ | |
37 sdlcdnumdrives.html \ | |
38 sdlcdopen.html \ | |
39 sdlcdpause.html \ | |
40 sdlcdplay.html \ | |
41 sdlcdplaytracks.html \ | |
42 sdlcdresume.html \ | |
43 sdlcdstatus.html \ | |
44 sdlcdstop.html \ | |
45 sdlcdtrack.html \ | |
46 sdlcloseaudio.html \ | |
47 sdlcolor.html \ | |
48 sdlcondbroadcast.html \ | |
49 sdlcondsignal.html \ | |
50 sdlcondwait.html \ | |
51 sdlcondwaittimeout.html \ | |
52 sdlconvertaudio.html \ | |
53 sdlconvertsurface.html \ | |
54 sdlcreatecond.html \ | |
55 sdlcreatecursor.html \ | |
56 sdlcreatemutex.html \ | |
57 sdlcreatergbsurface.html \ | |
58 sdlcreatergbsurfacefrom.html \ | |
59 sdlcreatesemaphore.html \ | |
60 sdlcreatethread.html \ | |
61 sdlcreateyuvoverlay.html \ | |
62 sdldelay.html \ | |
63 sdldestroycond.html \ | |
64 sdldestroymutex.html \ | |
65 sdldestroysemaphore.html \ | |
66 sdldisplayformat.html \ | |
67 sdldisplayformatalpha.html \ | |
68 sdldisplayyuvoverlay.html \ | |
69 sdlenablekeyrepeat.html \ | |
70 sdlenableunicode.html \ | |
71 sdlevent.html \ | |
72 sdleventstate.html \ | |
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
73 sdlexposeevent.html \ |
0 | 74 sdlfillrect.html \ |
75 sdlflip.html \ | |
76 sdlfreecursor.html \ | |
77 sdlfreesurface.html \ | |
78 sdlfreewav.html \ | |
79 sdlfreeyuvoverlay.html \ | |
80 sdlgetappstate.html \ | |
81 sdlgetaudiostatus.html \ | |
82 sdlgetcliprect.html \ | |
83 sdlgetcursor.html \ | |
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
84 sdlgeterror.html \ |
0 | 85 sdlgeteventfilter.html \ |
86 sdlgetgammaramp.html \ | |
87 sdlgetkeyname.html \ | |
88 sdlgetkeystate.html \ | |
89 sdlgetmodstate.html \ | |
90 sdlgetmousestate.html \ | |
91 sdlgetrelativemousestate.html \ | |
92 sdlgetrgb.html \ | |
93 sdlgetrgba.html \ | |
94 sdlgetthreadid.html \ | |
95 sdlgetticks.html \ | |
96 sdlgetvideoinfo.html \ | |
97 sdlgetvideosurface.html \ | |
98 sdlglattr.html \ | |
99 sdlglgetattribute.html \ | |
100 sdlglgetprocaddress.html \ | |
101 sdlglloadlibrary.html \ | |
102 sdlglsetattribute.html \ | |
103 sdlglswapbuffers.html \ | |
104 sdlinit.html \ | |
105 sdlinitsubsystem.html \ | |
106 sdljoyaxisevent.html \ | |
107 sdljoyballevent.html \ | |
108 sdljoybuttonevent.html \ | |
109 sdljoyhatevent.html \ | |
110 sdljoystickclose.html \ | |
111 sdljoystickeventstate.html \ | |
112 sdljoystickgetaxis.html \ | |
113 sdljoystickgetball.html \ | |
114 sdljoystickgetbutton.html \ | |
115 sdljoystickgethat.html \ | |
116 sdljoystickindex.html \ | |
117 sdljoystickname.html \ | |
118 sdljoysticknumaxes.html \ | |
119 sdljoysticknumballs.html \ | |
120 sdljoysticknumbuttons.html \ | |
121 sdljoysticknumhats.html \ | |
122 sdljoystickopen.html \ | |
123 sdljoystickopened.html \ | |
124 sdljoystickupdate.html \ | |
125 sdlkey.html \ | |
126 sdlkeyboardevent.html \ | |
127 sdlkeysym.html \ | |
128 sdlkillthread.html \ | |
129 sdllistmodes.html \ | |
130 sdlloadbmp.html \ | |
131 sdlloadwav.html \ | |
132 sdllockaudio.html \ | |
133 sdllocksurface.html \ | |
134 sdllockyuvoverlay.html \ | |
135 sdlmaprgb.html \ | |
136 sdlmaprgba.html \ | |
137 sdlmixaudio.html \ | |
138 sdlmousebuttonevent.html \ | |
139 sdlmousemotionevent.html \ | |
140 sdlmutexp.html \ | |
141 sdlmutexv.html \ | |
142 sdlnumjoysticks.html \ | |
143 sdlopenaudio.html \ | |
144 sdloverlay.html \ | |
145 sdlpalette.html \ | |
146 sdlpauseaudio.html \ | |
147 sdlpeepevents.html \ | |
148 sdlpixelformat.html \ | |
149 sdlpollevent.html \ | |
150 sdlpumpevents.html \ | |
151 sdlpushevent.html \ | |
152 sdlquit.html \ | |
153 sdlquitevent.html \ | |
154 sdlquitsubsystem.html \ | |
155 sdlrect.html \ | |
156 sdlremovetimer.html \ | |
157 sdlresizeevent.html \ | |
158 sdlsavebmp.html \ | |
159 sdlsempost.html \ | |
160 sdlsemtrywait.html \ | |
161 sdlsemvalue.html \ | |
162 sdlsemwait.html \ | |
163 sdlsemwaittimeout.html \ | |
164 sdlsetalpha.html \ | |
165 sdlsetcliprect.html \ | |
166 sdlsetcolorkey.html \ | |
167 sdlsetcolors.html \ | |
168 sdlsetcursor.html \ | |
169 sdlseteventfilter.html \ | |
170 sdlsetgamma.html \ | |
171 sdlsetgammaramp.html \ | |
172 sdlsetmodstate.html \ | |
173 sdlsetpalette.html \ | |
174 sdlsettimer.html \ | |
175 sdlsetvideomode.html \ | |
176 sdlshowcursor.html \ | |
177 sdlsurface.html \ | |
178 sdlsyswmevent.html \ | |
179 sdlthreadid.html \ | |
180 sdlunlockaudio.html \ | |
181 sdlunlocksurface.html \ | |
182 sdlunlockyuvoverlay.html \ | |
183 sdlupdaterect.html \ | |
184 sdlupdaterects.html \ | |
185 sdluserevent.html \ | |
186 sdlvideodrivername.html \ | |
187 sdlvideoinfo.html \ | |
188 sdlvideomodeok.html \ | |
189 sdlwaitevent.html \ | |
190 sdlwaitthread.html \ | |
191 sdlwarpmouse.html \ | |
192 sdlwasinit.html \ | |
193 sdlwmgetcaption.html \ | |
194 sdlwmgrabinput.html \ | |
195 sdlwmiconifywindow.html \ | |
196 sdlwmsetcaption.html \ | |
197 sdlwmseticon.html \ | |
198 sdlwmtogglefullscreen.html \ | |
199 thread.html \ | |
200 time.html \ | |
201 video.html \ | |
202 wm.html |