16 Apr
2009
16 Apr
'09
12:48 p.m.
http://bugs.winehq.org/show_bug.cgi?id=18061 --- Comment #3 from Jeff Zaroyko <jeffz(a)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.