mshtml: Make get_pos_rect() static.

Francois Gouget fgouget at free.fr
Wed Mar 16 02:30:33 CDT 2011


---
 dlls/mshtml/pluginhost.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/pluginhost.c b/dlls/mshtml/pluginhost.c
index 5c8e953..1cfae5f 100644
--- a/dlls/mshtml/pluginhost.c
+++ b/dlls/mshtml/pluginhost.c
@@ -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;
-- 
1.7.2.3




More information about the wine-patches mailing list