ddraw: Get rid of the local "window" variable in ddraw7_SetCooperativeLevel().
authorHenri Verbeet <hverbeet@codeweavers.com>
Tue, 15 Jan 2013 07:46:55 +0000 (08:46 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Jan 2013 11:13:08 +0000 (12:13 +0100)
commita7f4ac283b40d15fa023b5b28e3140069288cf3b
tree11c25386ed05e69b1103cd125538f8a69e57b9cb
parent292522c4ad121375bd284eaeae54a0c5d0fe23f3
ddraw: Get rid of the local "window" variable in ddraw7_SetCooperativeLevel().

Having both a "hwnd" and a "window" here doesn't exactly make things much
easier to follow.
dlls/ddraw/ddraw.c