mshtml: Make get_pos_rect() static.

This commit is contained in:
Francois Gouget 2011-03-16 08:30:33 +01:00 committed by Alexandre Julliard
parent 11d1ff154f
commit 09149640ba
1 changed files with 1 additions and 1 deletions

View File

@ -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;