wined3d: Do not activate the window when restoring the styles.
commitb898130a114f1baf24f717ab0c5f9a65030c5283
authorHenri Verbeet <hverbeet@codeweavers.com>
Mon, 8 Nov 2010 10:50:32 +0000 (8 11:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Nov 2010 12:30:46 +0000 (8 13:30 +0100)
treeb84f3b82feeafda80c2e5a0b40ea247cddc906e7
parent45cee64295e00681dabb0343e89b3727f8e8da70
wined3d: Do not activate the window when restoring the styles.

This is consistent with device_setup_fullscreen_window(), and ddraw actually
has a test for this in ddrawmodes.c. (Although it doesn't actually use
device_setup_fullscreen_window() until the next patch.)
dlls/wined3d/device.c