From 3716db2fce55783d763030a4054365d5a17ca14b Mon Sep 17 00:00:00 2001 From: knakos Date: Thu, 20 Apr 2006 18:10:03 +0000 Subject: [PATCH] font workaround for 2.2 git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1093 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/wince/OSystemWinCE.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/src/wince/OSystemWinCE.cxx b/stella/src/wince/OSystemWinCE.cxx index ba46cc7de..0786b5aba 100644 --- a/stella/src/wince/OSystemWinCE.cxx +++ b/stella/src/wince/OSystemWinCE.cxx @@ -8,7 +8,7 @@ // SS SS tt ee ll ll aa aa // SSSS ttt eeeee llll llll aaaaa // -// Copyright (c) 1995-2005 by Bradford W. Mott and the Stella team +// Copyright (c) 1995-2006 by Bradford W. Mott and the Stella team // // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. @@ -159,7 +159,7 @@ uInt32 OSystemWinCE::getTicks(void) return GetTickCount(); } -inline const GUI::Font& OSystemWinCE::font() const +inline const GUI::Font& OSystemWinCE::launcherFont() const { if ( ((FrameBufferWinCE *)myFrameBuffer)->IsSmartphoneLowRes() ) return consoleFont();