https://bugs.winehq.org/show_bug.cgi?id=30615 Evren <evren320(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |evren320(a)hotmail.com --- Comment #19 from Evren <evren320(a)hotmail.com> --- I tried the patch on wine 8.5 with illustrator and photoshop they worked fine and i did not see any glitches, i didn't test audition as i have never used it before. I tried to compile gdi32_test and run it, there are several failed tests, so i just thought an idea i have done when i was programming with gdi32 in windows long time ago, there needs to be two variables to store width for a bitmap, one is the real intended width of the bitmap that gets returned when requested, other one is internally stored and used by drawing functions which is a multiply of 4, internal width will not be visible to api calls, it is for calculating pointer address of each line correctly. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.