re: PATCH[1/6] user32.dll:SwitchDesktop API Implementation

2009-08-29 Thread Dan Kegel
It'd be cool if you mentioned what this patch series does for users. Does it fix some app that's broken? You probably need to include conformance tests for the new functions you implement. You may find that the maintainer is very picky about changes to wineserver. Don't be discouraged if your p

Re: PATCH[1/6] user32.dll:SwitchDesktop API Implementation

2009-08-29 Thread Mike Kaplinskiy
On Sat, Aug 29, 2009 at 1:51 AM, shanmukha sainath addepalli wrote: > > Hi, > >    These are the series of patches for SwitchDesktop and > OpenInputDesktop API implementation in user32.dll > >    SwitchDesktop API when called switches to another desktop and makes > it active. > >    Fir