diff options
author | mark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 18:05:58 +0000 |
---|---|---|
committer | mark <mark@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-23 18:05:58 +0000 |
commit | 1eb12974fff3c385c0e864eaf3a6fc3e69c9be0d (patch) | |
tree | 79019bf9cece05cec1b69802c23ab537d4c1962c /libvo | |
parent | 8ca96271ad70c6b7266e7f1787bd6d3eabbcd160 (diff) |
Geometry update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7874 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/video_out.h | 2 |
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 |