Re: Question about some Linux integration

2012-08-25 Thread Oleg Yarigin
25.08.2012 14:42, GOUJON Alexandre пишет: I can't help you about the other points but as every project, answers you are looking for lies in the source code. See http://source.winehq.org/ident?i=wine_server_call for instance. I searched through the source with Notepad++, but I found nothing, so I

Re: Question about some Linux integration

2012-08-25 Thread GOUJON Alexandre
On 08/25/2012 12:28 PM, Oleg Yarigin wrote: And an off-top question: where is wine_server_call realisation defined? I can't help you about the other points but as every project, answers you are looking for lies in the source code. See http://source.winehq.org/ident?i=wine_server_call for insta

Question about some Linux integration

2012-08-25 Thread Oleg Yarigin
Hi! I have an idea to move some Wine parts into Linux subsystems. For instance, Wine apps windows and window content can be drawn with Desktop Manager via USER32.DLL opposite of using Wine Server. Similar thing can be with clipboard. I understand, it`s a big work, what is must to be started