http://bugs.winehq.org/show_bug.cgi?id=18772
--- Comment #2 from Jos namjos@gmail.com 2009-06-04 05:11:21 --- (In reply to comment #1)
Have you also added stdcall to user32.spec? then it should ne "visiible"
Thanks, it's was the missing thing I needed :) I can confirm my patch is working
So i've added this to user32.spec: @ stdcall PrintWindow(long long long)
And this to painting.c: BOOL WINAPI PrintWindowW( HWND sourceHandle, HDC destinationHandle, UINT nFlags) { return (SendMessageA(sourceHandle, WM_PRINT, (WPARAM)destinationHandle, PRF_CHILDREN | PRF_CLIENT | PRF_ERASEBKGND | PRF_NONCLIENT | PRF_OWNED)); }
---------------------------------------
Would it be possible to integrate it on wine? Would you need that i made a little patch file?