diff libvo/vo_dxr3.c @ 15212:05aa13cdf92f

replace VO and VF numeric flags with #defined identifiers
author henry
date Mon, 18 Apr 2005 15:52:38 +0000
parents d3e7f8966cef
children fd51fd1ff231
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Mon Apr 18 14:35:11 2005 +0000
+++ b/libvo/vo_dxr3.c	Mon Apr 18 15:52:38 2005 +0000
@@ -418,7 +418,7 @@
 	}
 }
 
-static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format)
+static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format)
 {
 	int tmp1, tmp2, size;
 	em8300_register_t reg;