diff options
Diffstat (limited to 'src/xine-engine/video_overlay.h')
-rw-r--r-- | src/xine-engine/video_overlay.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xine-engine/video_overlay.h b/src/xine-engine/video_overlay.h index 6cd3c4670..f11588c00 100644 --- a/src/xine-engine/video_overlay.h +++ b/src/xine-engine/video_overlay.h @@ -17,10 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_overlay.h,v 1.1 2001/11/28 22:19:11 miguelfreitas Exp $ + * $Id: video_overlay.h,v 1.2 2001/12/08 00:37:38 guenter Exp $ * */ +#ifndef HAVE_VIDEO_OVERLAY_H +#define HAVE_VIDEO_OVERLAY_H + #include "xine_internal.h" #include "video_out/alphablend.h" #include "xine-engine/bswap.h" @@ -64,3 +67,4 @@ typedef struct video_overlay_event_s { video_overlay_object_t object; /* The image data. */ } video_overlay_event_t; +#endif |