From 8a577909b19586af570c9bf33bb0b97208714191 Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 30 Sep 2009 02:50:11 +0000 Subject: [PATCH] restore HI_RES_AWARE resource that got lost in l10n changes. --- xwords4/wince/common_rsrc.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xwords4/wince/common_rsrc.rc b/xwords4/wince/common_rsrc.rc index e1bcbe588..1fb7e8cea 100644 --- a/xwords4/wince/common_rsrc.rc +++ b/xwords4/wince/common_rsrc.rc @@ -72,3 +72,9 @@ BEGIN IDC_XWORDS4 "XWORDS4" #endif END + +#ifdef _WIN32_WCE +// from http://msdn.microsoft.com/en-us/library/ms838191.aspx: don't +// let WinMo draw 320x320 as 240x240 +HI_RES_AWARE CEUX {1} +#endif