Sweden-Number/dlls/ddraw
Henri Verbeet 04d541c26d ddraw: Just use SetWindowPos() in ddraw_set_display_mode().
Instead of going through wined3d_device_restore_fullscreen_window() /
wined3d_device_setup_fullscreen_window(). The main point of those functions is
changing the window styles, but we don't actually need that here. More
importantly, we filter the messages generated by those functions in wined3d,
while tests show that messages generated by SetDisplayMode() /
RestoreDisplayMode() are visible to the application. Applications depend on
WM_SIZE in particular.
2011-07-19 14:05:56 +02:00
..
tests ddraw: Just use SetWindowPos() in ddraw_set_display_mode(). 2011-07-19 14:05:56 +02:00
Makefile.in ddraw: Just pass NULL as swapchain parent. 2011-03-08 12:28:20 +01:00
clipper.c ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface. 2011-06-20 19:32:03 +02:00
ddraw.c ddraw: Just use SetWindowPos() in ddraw_set_display_mode(). 2011-07-19 14:05:56 +02:00
ddraw.spec ddraw: Implement and test DirectDrawEnumerateExW. 2009-10-09 11:50:28 +02:00
ddraw_classes.idl ddraw: Convert dll registration to the IRegistrar mechanism. 2010-12-07 12:54:12 +01:00
ddraw_private.h ddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer for an app provided iface. 2011-07-08 14:45:23 +02:00
device.c ddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer for an app provided iface. 2011-07-08 14:45:23 +02:00
executebuffer.c ddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer for an app provided iface. 2011-07-08 14:45:23 +02:00
light.c ddraw: Use unsafe_impl_from_IDirect3DLight() for application provided ifaces. 2011-06-09 13:28:12 +02:00
main.c ddraw: Separate IDirectDrawSurface and IDirectDrawSurface7 reference counts. 2011-06-28 11:57:50 -05:00
material.c ddraw: COM cleanup for the IDirect3DMaterial3 iface. 2011-06-08 17:43:07 +02:00
palette.c wined3d: Remove COM from the device implementation. 2011-05-17 10:06:18 +02:00
surface.c ddraw: Separate IDirectDrawGammaControl reference count. 2011-06-28 11:57:51 -05:00
utils.c ddraw: Remove a useless function. 2010-10-21 16:18:05 +02:00
version.rc resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
vertexbuffer.c ddraw: COM cleanup for the IDirect3DVertexBuffer7 iface. 2011-06-15 20:04:39 +02:00
viewport.c ddraw: Use unsafe_impl_from_IDirect3DLight() for application provided ifaces. 2011-06-09 13:28:12 +02:00