From 56b621e296e51f4e5cde96085c85f6bd97b29e7f Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 31 Jan 2005 14:40:55 +0000 Subject: - hopefully fixed flushing order --- status.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/status.c b/status.c index 4b7a4b9..a8cc2a0 100644 --- a/status.c +++ b/status.c @@ -1,5 +1,5 @@ /* - * $Id: status.c,v 1.8 2005/01/25 15:15:53 lordjaxom Exp $ + * $Id: status.c,v 1.9 2005/01/31 14:40:55 lordjaxom Exp $ */ #include "status.h" @@ -96,8 +96,9 @@ void cText2SkinStatus::Recording(const cDevice *Device, const char *Name) } if (mRender != NULL) { - mRender->UpdateUnlock(); + Dprintf("\nFlushing from cStatus\n\n"); mRender->Flush(true); + mRender->UpdateUnlock(); } } -- cgit v1.2.3