- Nov 18, 2013
-
-
Alexandre Julliard authored
-
-
-
-
-
Calling wined3d_surface_set_mem() might cause the surface container to be accessed, for example when invalidating resource locations. This would become a problem once we assume surfaces always have a container, and is pointless anyway because the surface is being destroyed.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Nov 15, 2013
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ddraw: Move the display mode related surface desc fixups from CreateSurface() to ddraw_surface_create_texture().
-
-
Cocoa normally maintains the relative position of owned windows with respect to the owner, which differs from Windows.
-
winemac: Allow ordering a window into Cocoa's window list even if it's positioned outside of the desktop. Some programs minimize windows which are outside of the desktop. The Mac driver had been leaving such windows ordered out, which prevented them from minimizing and appearing on the Dock. That, in turn, made it difficult for the user to restore them.
-
-
-
-