From 486c4774ab4a707d69c1b48cdc048af1369084db Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:23 -0500 Subject: Second Life viewer sources 1.18.6.2-RC --- linden/libraries/include/llmozlib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linden/libraries/include/llmozlib.h') diff --git a/linden/libraries/include/llmozlib.h b/linden/libraries/include/llmozlib.h index 0a0ad85..fcb6408 100644 --- a/linden/libraries/include/llmozlib.h +++ b/linden/libraries/include/llmozlib.h @@ -115,7 +115,7 @@ class LLMozLib // housekeeping bool init( std::string applicationDirIn, std::string componentDirIn, std::string profileDirIn ); bool reset(); - bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn ); + bool enableProxy( bool proxyEnabledIn, std::string proxyHostNameIn, int proxyPortIn ); bool clearCache(); bool enableCookies( bool enabledIn ); bool clearAllCookies(); @@ -130,6 +130,7 @@ class LLMozLib bool setSize( int browserWindowIdIn, int widthIn, int heightIn ); bool scrollByLines( int browserWindowIdIn, int linesIn ); void setBackgroundColor( int browserWindowIdIn, int redIn, int greenIn, int blueIn ); + bool setCaretColor( int browserWindowIdIn, const int redIn, const int greenIn, const int blueIn ); // observer interface bool addObserver( int browserWindowIdIn, LLEmbeddedBrowserWindowObserver* subjectIn ); -- cgit v1.1