From d989223669785159a1cc4dae4aa6581138cc8bb9 Mon Sep 17 00:00:00 2001 From: ehouse Date: Fri, 21 Jan 2005 07:58:49 +0000 Subject: [PATCH] draw game name --- symbian/inc/xwappview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symbian/inc/xwappview.h b/symbian/inc/xwappview.h index f91caac21..a12b6f135 100644 --- a/symbian/inc/xwappview.h +++ b/symbian/inc/xwappview.h @@ -133,6 +133,7 @@ class CXWordsAppView : public CCoeControl TBool DoSavedGames(); TBool DoNewGame(); void DoImmediateDraw(); + void DrawGameName() const; static void sym_util_requestTime( XW_UtilCtxt* uc ); @@ -150,6 +151,7 @@ class CXWordsAppView : public CCoeControl XWGame iGame; DrawCtx* iDraw; TGameName iCurGameName; + TRect iTitleBox; VTableMgr* iVtMgr; TTime iStartTime;