Commit b868bc4e authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

wined3d: Fix a typo in a pointer in wined3d_swapchain_ops.

parent 6e0a4a89
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment