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 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
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 ddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC(). 2010-03-17 10:06:29 +01:00
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 ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute(). 2010-03-15 15:55:14 +01:00
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 ddraw: Remove redundant memset. 2010-03-15 13:28:24 +01:00
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