Sweden-Number/dlls/ddraw
Henri Verbeet e4a4065bbd ddraw: Register / unregister the ddraw window class from DllMain().
This avoids failing in DDRAW_Create() if a previous IDirectDrawImpl object
with the same pointer value was imporperly cleaned up. The improper cleanup is
of course the larger problem, but I don't believe that can be fixed without
making more invasive changes to ddraw.
2010-06-18 15:22:22 +02:00
..
tests ddraw: Do not restore the display mode from inside SetCooperativeLevel. 2010-04-19 16:06:01 +02:00
Makefile.in
clipper.c
ddraw.c ddraw: Register / unregister the ddraw window class from DllMain(). 2010-06-18 15:22:22 +02:00
ddraw.spec
ddraw_private.h ddraw: Register / unregister the ddraw window class from DllMain(). 2010-06-18 15:22:22 +02:00
ddraw_thunks.c
device.c ddraw: Fix and clarify texture filter state mappings. 2010-04-06 11:48:59 +02:00
direct3d.c ddraw: Fix missing D3D misc caps. 2010-05-03 17:20:15 +02:00
executebuffer.c
gamma.c
light.c
main.c ddraw: Register / unregister the ddraw window class from DllMain(). 2010-06-18 15:22:22 +02:00
material.c
palette.c
parent.c
regsvr.c
surface.c
surface_thunks.c
texture.c
utils.c ddraw: Change return to break in PixelFormat_WineD3DtoDD(). 2010-05-03 14:00:15 +02:00
version.rc
vertexbuffer.c
viewport.c