# HG changeset patch # User arpi # Date 1035399186 0 # Node ID af8233ef7161012dfb6953590c68e17d1614c789 # Parent b890315b36d745e7340ed4aeafe965f94b7a8806 1l diff -r b890315b36d7 -r af8233ef7161 libvo/video_out.h --- a/libvo/video_out.h Wed Oct 23 18:51:19 2002 +0000 +++ b/libvo/video_out.h Wed Oct 23 18:53:06 2002 +0000 @@ -16,8 +16,6 @@ //#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 diff -r b890315b36d7 -r af8233ef7161 libvo/video_out_internal.h --- a/libvo/video_out_internal.h Wed Oct 23 18:51:19 2002 +0000 +++ b/libvo/video_out_internal.h Wed Oct 23 18:53:06 2002 +0000 @@ -21,8 +21,10 @@ * */ +/* All video drivers will want this */ #include "../libmpcodecs/vfcap.h" #include "../libmpcodecs/mp_image.h" +#include "geometry.h" static uint32_t control(uint32_t request, void *data, ...); static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,