diff libvo/vo_tdfxfb.c @ 8745:93f78fb709e6

Added support for X style -geometry options (adapted from Henk's patch) -- Mark
author mark
date Fri, 03 Jan 2003 20:46:44 +0000
parents 5b39e79af5fe
children d65ddafbc404
line wrap: on
line diff
--- a/libvo/vo_tdfxfb.c	Fri Jan 03 18:33:26 2003 +0000
+++ b/libvo/vo_tdfxfb.c	Fri Jan 03 20:46:44 2003 +0000
@@ -204,7 +204,7 @@
 static void setup_screen(uint32_t full)
 {
 	aspect(&vidwidth, &vidheight, full ? A_ZOOM : A_NOZOOM);
-	geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight, full);
+	geometry(&vidx, &vidy, screenwidth, screenheight, vidwidth, vidheight);
 	vo_fs = full;
 	clear_screen();
 }