diff libvo/video_out.c @ 388:ccb5ebfaaeac

-bpp changes
author arpi_esp
date Fri, 13 Apr 2001 13:47:36 +0000
parents b2f3f2ab3787
children c19b0f6e03a5
line wrap: on
line diff
--- a/libvo/video_out.c	Fri Apr 13 13:02:13 2001 +0000
+++ b/libvo/video_out.c	Fri Apr 13 13:47:36 2001 +0000
@@ -31,6 +31,17 @@
 
 #include "../linux/shmem.h"
 
+// currect resolution/bpp on screen:  (should be autodetected by vo_init())
+int vo_depthonscreen=0;
+int vo_screenwidth=0;
+int vo_screenheight=0;
+
+// requested resolution/bpp:  (-x -y -bpp options)
+int vo_dwidth=0;
+int vo_dheight=0;
+int vo_dbpp=0;
+
+
 //
 // Externally visible list of all vo drivers
 //