ddraw: Always set fullscreen mode in wined3d.
commitdf891b823ac6801d7359d7e398d5fa8832607328
authorStefan Dösinger <stefan@codeweavers.com>
Mon, 7 May 2007 16:32:19 +0000 (7 18:32 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 May 2007 09:40:40 +0000 (10 11:40 +0200)
tree57980eb334d230108a5dc4cf17847bdf84c9c9fc
parent81504d6a2d2d5aa06e7f26e46b4afeb13a082eef
ddraw: Always set fullscreen mode in wined3d.

DDSCL_NORMAL is not set at initialization. Instead of making this a
& DDSCL_NORMAL || == 0 check just set fullscreen mode always. WineD3D
will catch NOP changes anyway.
dlls/ddraw/ddraw.c