wined3d: Fix a typo in a pointer in wined3d_swapchain_ops.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2016-05-18 18:43:29 +03:00 committed by Alexandre Julliard
parent 6e0a4a8924
commit b868bc4e17
1 changed files with 1 additions and 1 deletions

View File

@ -3033,7 +3033,7 @@ struct wined3d_swapchain_ops
{
void (*swapchain_present)(struct wined3d_swapchain *swapchain,
const RECT *src_rect, const RECT *dst_rect, DWORD flags);
void (*swapchain_frontbuffer_updated)(struct wined3d_swapchain *swaphchain);
void (*swapchain_frontbuffer_updated)(struct wined3d_swapchain *swapchain);
};
struct wined3d_swapchain