j
k
j a
j l
Hi Jacek,
+ + hres = get_frame_by_name(top_window, target, TRUE, &ret_window); + if(FAILED(hres) || !window) { + *use_new_window = TRUE; + return NULL; + }
Is there a typo here? Is "!window" suppose to be "!ret_window"?
Thanks for the work!
Show replies by date
On 03/13/14 14:35, Qian Hong wrote:
Hi Jacek, hres = get_frame_by_name(top_window, target, TRUE, &ret_window); if(FAILED(hres) || !window) { *use_new_window = TRUE; return NULL; } Is there a typo here? Is "!window" suppose to be "!ret_window"? Thanks for the work!
*use_new_window = TRUE;
return NULL;
Good catch.
Thanks, Jacek
wine-devel@winehq.org
Add to favorites Remove from favorites