mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
mshtml: Make get_pos_rect() static.
This commit is contained in:
parent
11d1ff154f
commit
09149640ba
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user