[PATCH 2/2] ddraw/tests: Test WM_ACTIVATEAPP messages generated by SetCooperativeLevel

Henri Verbeet hverbeet at gmail.com
Thu Aug 29 11:11:35 CDT 2013


On 29 August 2013 11:14, Stefan Dösinger <stefan at codeweavers.com> wrote:
> +BOOL activateapp_received;
> +IDirectDraw *activateapp_ddraw;
> +HWND activateapp_window;
> +DWORD activateapp_coop_level;
> +
I think those should be static, and you'll probably want to put them
in a structure.



More information about the wine-devel mailing list