diff libvo/geometry.h @ 7866:732a8bfc7681

Added the -geometry option (supports fbdev and tdfxfb drivers)
author mark
date Wed, 23 Oct 2002 16:52:54 +0000
parents
children b890315b36d7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libvo/geometry.h	Wed Oct 23 16:52:54 2002 +0000
@@ -0,0 +1,10 @@
+/* This file (C) Mark Zealey <mark@zealos.org 2002, released under GPL */
+#ifndef __GEOMETRY_H
+#define __GEOMETRY_H
+
+#include "aspect.h"
+
+extern char *vo_geometry;
+int geometry(int *xpos, int *ypos, int scrw, int scrh, int vidw, int vidh, int fs);
+
+#endif /* !__GEOMETRY_H */