From ffe930eabdb3b04e88ed47ea479f15925ae5d009 Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 4 Apr 2008 20:40:29 +0000 Subject: Close all windows before refresh. (Suggested by Rolf Ahrenberg) --- osd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osd.c b/osd.c index 2dc9be88..39f792f8 100644 --- a/osd.c +++ b/osd.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: osd.c,v 1.19 2008-04-04 20:36:47 phintuka Exp $ + * $Id: osd.c,v 1.20 2008-04-04 20:40:29 phintuka Exp $ * */ @@ -365,6 +365,7 @@ void cXinelibOsd::Refresh(void) cMutexLock ml(&m_Lock); m_Refresh = true; + CloseWindows(); Flush(); m_Refresh = false; } -- cgit v1.2.3