http://bugs.winehq.org/show_bug.cgi?id=18077
Summary: DigiSpel: Cannot move puzzle pieces Product: Wine Version: 1.1.18 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jvromans@squirrel.nl CC: wijn@online.nl
Start DigiSpel, select "Spelletjes met foto's" and "Puzzelen", it shows a jigsaw puzzle. Press "Start". The pieces are scattered. However, these cannot be picked up and moved.
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.
http://bugs.winehq.org/show_bug.cgi?id=18077
Rein Klazes wijn@online.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Rein Klazes wijn@online.nl 2009-04-29 11:24:26 --- A fix has been committed:
http://source.winehq.org/git/wine.git/?a=commit;h=5265e0f2e5c99d0b218115b5f0...
http://bugs.winehq.org/show_bug.cgi?id=18077
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-05-08 12:52:23 --- Closing bugs fixed in 1.1.21.