[Bug 29871] drawing in photoshop cs5 is almost impossible

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 22 21:49:30 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=29871

--- Comment #86 from Chituc Georgian <dianaxxyyzz at gmail.com> ---
you can check this :

    if (strstr ( debugstr_w(className) , "OWL."  ) != NULL )
    {

        if( ( cs->style & WS_POPUP ) && ( cs->style & WS_CLIPSIBLINGS )  )
        {
            cs->style  |=  WS_SYSMENU  ;

            cs->dwExStyle |= WS_EX_TOOLWINDOW;

        }


    }

Is just for testing not a proper fix , but for cs 6 it works in  a way

-- 
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.



More information about the wine-bugs mailing list