http://bugs.winehq.org/show_bug.cgi?id=18077
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|wijn@online.nl | URL| |http://www.desmidt.eu/setup_ | |DigiSpel.exe Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download
--- Comment #1 from Rein Klazes wijn@online.nl 2009-04-17 02:05:59 --- Confirmed.
The program manages puzzle pieces as several bitmaps in memory DC's.
Whether the user clicks on a pieces is determined by
(0xffffff == GetPixel( hdc, x, y);
In wine GetPixel does not return 0xffffff but 0x010000.
Maybe gdi32, maybe winex11.