From 095a13636458f0f4154e618dc7dbe76178942f7c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 1 Oct 2009 14:12:04 +0200 Subject: mplayer: redraw XV colourkey on every expose This fixes embedding into gnome-mplayer --- recipes/mplayer/files/vo_omapfb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/mplayer/files/vo_omapfb.c') diff --git a/recipes/mplayer/files/vo_omapfb.c b/recipes/mplayer/files/vo_omapfb.c index 2d83b1c851..cb4daff946 100644 --- a/recipes/mplayer/files/vo_omapfb.c +++ b/recipes/mplayer/files/vo_omapfb.c @@ -201,7 +201,7 @@ static void x11_check_events(void) if (e & VO_EVENT_EXPOSE || e & VO_EVENT_RESIZE) { -/* vo_xv_draw_colorkey(drwX, drwY, vo_dwidth - 1, vo_dheight - 1); */ + vo_xv_draw_colorkey(drwX, drwY, vo_dwidth - 1, vo_dheight - 1); omapfb_update(0, 0, 0, 0, 1); } } -- cgit v1.2.3