summaryrefslogtreecommitdiff
path: root/xine_sxfe_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'xine_sxfe_frontend.c')
-rw-r--r--xine_sxfe_frontend.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c
index 7565939e..e5860f53 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.99 2008-11-14 23:20:03 phintuka Exp $
+ * $Id: xine_sxfe_frontend.c,v 1.100 2008-11-14 23:31:37 phintuka Exp $
*
*/
@@ -183,8 +183,8 @@ static void sxfe_dest_size_cb (void *data,
*dest_width = this->width;
*dest_height = this->height;
- *dest_pixel_aspect = fe_dest_pixel_aspect(this, video_pixel_aspect,
- video_width, video_height);
+ *dest_pixel_aspect = this->dest_pixel_aspect(this, video_pixel_aspect,
+ video_width, video_height);
}
static void init_atoms(sxfe_t *this)
@@ -1221,7 +1221,7 @@ static int sxfe_display_open(frontend_t *this_gen, int width, int height, int fu
this->x.vis_x11.screen = this->screen;
this->x.vis_x11.d = this->window[this->fullscreen ? 1 : 0];
this->x.vis_x11.dest_size_cb = sxfe_dest_size_cb;
- this->x.vis_x11.frame_output_cb = fe_frame_output_cb;
+ this->x.vis_x11.frame_output_cb = this->x.frame_output_handler;
this->x.vis_x11.user_data = this;
set_fullscreen_props(this);