comparison libvo/vo_tdfxfb.c @ 9521:7de2fabb1fa2

Fixed geometry that someone broke grr.
author mark
date Mon, 03 Mar 2003 16:43:43 +0000
parents d65ddafbc404
children 9a941857969a
comparison
equal deleted inserted replaced
9520:2860f7c9d9ca 9521:7de2fabb1fa2
203 /* Setup output screen dimensions etc */ 203 /* Setup output screen dimensions etc */
204 static void setup_screen(uint32_t full) 204 static void setup_screen(uint32_t full)
205 { 205 {
206 aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM); 206 aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM);
207 207
208 //FIXME: update geometry code 208 geometry(&vidx, &vidy, &vidwidth, &vidheight, screenwidth, screenheight);
209 //geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
210 vo_fs = full; 209 vo_fs = full;
211 clear_screen(); 210 clear_screen();
212 } 211 }
213 212
214 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, 213 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height,