diff options
Diffstat (limited to 'xine_sxfe_frontend.c')
-rw-r--r-- | xine_sxfe_frontend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 521ca568..d9088521 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.9 2006-08-19 19:18:21 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.10 2006-08-23 05:30:14 phintuka Exp $ * */ @@ -875,8 +875,8 @@ static frontend_t *sxfe_get_frontend(void) this->fe.fe_interrupt = sxfe_interrupt; this->fe.fe_free = fe_free; -#ifndef FE_STANDALONE this->fe.grab = fe_grab; +#ifndef FE_STANDALONE this->fe.xine_osd_command = xine_osd_command; this->fe.xine_control = xine_control; |