summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
authormark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 18:05:58 +0000
committermark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 18:05:58 +0000
commit1eb12974fff3c385c0e864eaf3a6fc3e69c9be0d (patch)
tree79019bf9cece05cec1b69802c23ab537d4c1962c /libvo/video_out.h
parent8ca96271ad70c6b7266e7f1787bd6d3eabbcd160 (diff)
downloadmpv-1eb12974fff3c385c0e864eaf3a6fc3e69c9be0d.tar.bz2
mpv-1eb12974fff3c385c0e864eaf3a6fc3e69c9be0d.tar.xz
Geometry update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7874 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index c6bd52e3f1..60eac7ab66 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -16,6 +16,8 @@
//#include "font_load.h"
#include "img_format.h"
#include "../vidix/vidix.h"
+/* All video drivers will want this */
+#include "geometry.h"
#define VO_EVENT_EXPOSE 1
#define VO_EVENT_RESIZE 2