[Bug 18061] Unity Indie Trial Editor window contents not drawn

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 16 07:48:14 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=18061





--- Comment #3 from Jeff Zaroyko <jeffz at jeffz.name>  2009-04-16 07:48:14 ---
after adding some traces, I can see that:

set_win_format seems to return FALSE early

if (!(data = X11DRV_get_win_data(hwnd)) &&
    !(data = X11DRV_create_win_data(hwnd))) return FALSE;

X11DRV_get_win_data returns NULL because XFindContext fails
X11DRV_create_win_data fails at "if (parent != GetDesktopWindow() &&
!GetAncestor( parent, GA_PARENT )) return NULL;"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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