• Henri Verbeet's avatar
    ddraw: Just use SetWindowPos() in ddraw_set_display_mode(). · 04d541c2
    Henri Verbeet authored
    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.
    04d541c2
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
Maketest.rules.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...