http://bugs.winehq.org/show_bug.cgi?id=21676
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.popcap.com/games | |/pvz
--- Comment #6 from Wylda wylda@volny.cz 2010-06-20 08:04:14 ---
Still present in wine-1.2-rc4.
Based on Henri's commit (http://source.winehq.org/git/wine.git/?a=commit;h=93c49f1777764658192eed75e9...), which help this game earlier (bug 19373) i played with following values.
Game normally uses: currentDesc.Width = 800 currentDesc.Height = 600
and when i manually hardwired to: currentDesc.Width = 1024 currentDesc.Height = 600
Game got correct picture size even on 16:10 (1920x1200). Maybe some kind of miscalculation for wide screens? (no idea what i was changing;)