diff options
author | phintuka <phintuka> | 2011-02-28 13:23:46 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-02-28 13:23:46 +0000 |
commit | fe63895e2522b1f9bf542cd6fe681188faa893d7 (patch) | |
tree | 570b34c8804b61c3008fc3e0b017c4e80224a31a | |
parent | ebdd7b465bd6f18759490ec565324215a353cd74 (diff) | |
download | xineliboutput-fe63895e2522b1f9bf542cd6fe681188faa893d7.tar.gz xineliboutput-fe63895e2522b1f9bf542cd6fe681188faa893d7.tar.bz2 |
Added raw visual to union of possible visuals
-rw-r--r-- | xine_frontend_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |