diff options
Diffstat (limited to 'xine_sxfe_frontend.c')
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 10cd7364..521ca568 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.8 2006-08-16 21:46:34 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.9 2006-08-19 19:18:21 phintuka Exp $ * */ @@ -148,6 +148,8 @@ typedef struct sxfe_s { Atom atom_state_add, atom_state_del; Atom atom_state_above, atom_state_fullscreen, atom_state_on_top; + int video_width, video_height; + } fe_t, sxfe_t; |