[1/6]user32:SwitchDesktop API Implementation (try 2)

Vitaliy Margolen wine-devel at kievinfo.com
Sun Dec 13 11:46:36 CST 2009


shanmukha sainath addepalli wrote:
> Hi,
> 
>       These are the series of patches for the Implementation of
> SwitchDesktop and OpenInputDesktop API in user32.dll. SwitchDesktop
> API is useful for switching between two desktops. Multi desktop
> applications use this API functionality to switch between desktops.
> 
Each patch have to be atomic - it should compile on it's own and work. This
and other patches in your series won't compile / work.

> +    SERVER_START_REQ( switch_desktop )
Here you depend on a service call that's not yet defined. Wine will not
compile this way.

Vitaliy.



More information about the wine-devel mailing list