- Sep 12, 2013
-
-
-
-
-
-
Also cleanup the RGS to not create an unintended '{}' registry entry for InternetShortcut.
-
-
-
-
-
-
-
-
-
-
-
Also use the proper function for checking the format and looking up the internal format description.
-
-
The mouseRect is the limit of the mouse position to keep the window between its minimum and maximum sizes. The computation was correct if the mouse started precisely on the window border. But if the mouse is not exactly at the border, then the mouse limit has to account for that, because the window will be resized based on the distance from the starting point.
-
-
-
-
-
-
-
-
The wined3d front buffer is not a render target.
-
Note that it still isn't necessarily safe to render in this case, because there are places where we assume the first render target is always non-NULL in order to determine e.g. framebuffer dimensions. It's now the responsibility of the caller to ensure that doesn't happen.
-
-
- Sep 11, 2013
-
-
-
-
-
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
-
-
-