Sweden-Number/dlls/ddraw/tests
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
..
Makefile.in makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
d3d.c ddraw: Just use SetWindowPos() in ddraw_set_display_mode(). 2011-07-19 14:05:56 +02:00
ddrawmodes.c ddraw/tests: Fix compilation on systems that don't support nameless unions. 2011-05-16 16:35:28 +02:00
dsurface.c ddraw: Separate IDirectDrawGammaControl reference count. 2011-06-28 11:57:51 -05:00
overlay.c ddraw/tests: Fix a few tests that fail on Win64. 2009-07-10 20:52:41 +02:00
refcount.c ddraw: Fix an incorrect refcount test. 2009-12-18 11:39:48 +01:00
visual.c wined3d: Don't clamp vertex depth values. 2011-06-06 16:18:33 +02:00