From da03309bb6402c121d12de9bc74971c06cb2b38d Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 30 Jul 2008 04:08:45 +0000 Subject: [PATCH] fix drawing on 320x320 devices by forcing Wince to treat them as 320x320. --- wince/xwords4.rc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wince/xwords4.rc b/wince/xwords4.rc index b406cfbdd..3ba7278c1 100755 --- a/wince/xwords4.rc +++ b/wince/xwords4.rc @@ -881,6 +881,12 @@ BEGIN 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 + #endif // English (U.S.) resources /////////////////////////////////////////////////////////////////////////////