From fe63895e2522b1f9bf542cd6fe681188faa893d7 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 28 Feb 2011 13:23:46 +0000 Subject: Added raw visual to union of possible visuals --- xine_frontend_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xine_frontend_internal.h b/xine_frontend_internal.h index fb06e3ce..a4f95ad3 100644 --- a/xine_frontend_internal.h +++ b/xine_frontend_internal.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend_internal.h,v 1.7 2011-01-08 15:11:05 phintuka Exp $ + * $Id: xine_frontend_internal.h,v 1.8 2011-02-28 13:23:46 phintuka Exp $ * */ @@ -62,6 +62,7 @@ typedef struct fe_s { void *vis; fb_visual_t vis_fb; x11_visual_t vis_x11; + raw_visual_t vis_raw; }; /* frontend */ -- cgit v1.2.3