Make winetest.exe detect if it is running on a visible desktop.

Ferenc Wagner wferi at afavant.elte.hu
Thu Dec 16 12:10:54 CST 2004


Jakob Eriksson <jakov at vmlinux.org> writes:

> Changelog:
> add a check if we are running on a visible desktop.
> Credits to Dmitry Timoshkov for the easy test.
>
> [...]
>      xprintf ("    bRunningUnderWine=%d\n", running_under_wine ());
> +    xprintf ("    bRunningOnVisibleDesktop=%d\n",
> running_on_visible_desktop ());
>      xprintf ("    dwMajorVersion=%ld\n    dwMinorVersion=%ld\n"
>               "    dwBuildNumber=%ld\n    PlatformId=%ld\n
> szCSDVersion=%s\n",
>               ver.dwMajorVersion, ver.dwMinorVersion, ver.dwBuildNumber,

Looks like it got line-wrapped somehow.  Otherwise looks
good, thanks, Jakob!
-- 
Feri.



More information about the wine-patches mailing list