Commit b7d0b4d8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw: Make ddraw_surface_release_iface() static.

parent 2620a78f
......@@ -215,7 +215,6 @@ struct wined3d_rendertarget_view *ddraw_surface_get_rendertarget_view(struct ddr
void ddraw_surface_init(struct ddraw_surface *surface, struct ddraw *ddraw,
struct wined3d_texture *wined3d_texture, unsigned int sub_resource_idx,
const struct wined3d_parent_ops **parent_ops) DECLSPEC_HIDDEN;
ULONG ddraw_surface_release_iface(struct ddraw_surface *This) DECLSPEC_HIDDEN;
HRESULT ddraw_surface_update_frontbuffer(struct ddraw_surface *surface,
const RECT *rect, BOOL read) DECLSPEC_HIDDEN;
......
......@@ -529,7 +529,7 @@ static void ddraw_surface_cleanup(struct ddraw_surface *surface)
wined3d_texture_decref(surface->wined3d_texture);
}
ULONG ddraw_surface_release_iface(struct ddraw_surface *This)
static ULONG ddraw_surface_release_iface(struct ddraw_surface *This)
{
ULONG iface_count;
......
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