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

mshtml: Make get_pos_rect() static.

parent 11d1ff15
......@@ -125,7 +125,7 @@ static void update_readystate(PluginHost *host)
}
/* FIXME: We shouldn't need this function and we should embed plugin directly in the main document */
void get_pos_rect(PluginHost *host, RECT *ret)
static void get_pos_rect(PluginHost *host, RECT *ret)
{
ret->top = 0;
ret->left = 0;
......
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