diff options
Diffstat (limited to 'linden/libraries/include/llmozlib.h')
-rw-r--r-- | linden/libraries/include/llmozlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
115 | // housekeeping | 115 | // housekeeping |
116 | bool init( std::string applicationDirIn, std::string componentDirIn, std::string profileDirIn ); | 116 | bool init( std::string applicationDirIn, std::string componentDirIn, std::string profileDirIn ); |
117 | bool reset(); | 117 | bool reset(); |
118 | bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn ); | 118 | bool enableProxy( bool proxyEnabledIn, std::string proxyHostNameIn, int proxyPortIn ); |
119 | bool clearCache(); | 119 | bool clearCache(); |
120 | bool enableCookies( bool enabledIn ); | 120 | bool enableCookies( bool enabledIn ); |
121 | bool clearAllCookies(); | 121 | bool clearAllCookies(); |
@@ -130,6 +130,7 @@ class LLMozLib | |||
130 | bool setSize( int browserWindowIdIn, int widthIn, int heightIn ); | 130 | bool setSize( int browserWindowIdIn, int widthIn, int heightIn ); |
131 | bool scrollByLines( int browserWindowIdIn, int linesIn ); | 131 | bool scrollByLines( int browserWindowIdIn, int linesIn ); |
132 | void setBackgroundColor( int browserWindowIdIn, int redIn, int greenIn, int blueIn ); | 132 | void setBackgroundColor( int browserWindowIdIn, int redIn, int greenIn, int blueIn ); |
133 | bool setCaretColor( int browserWindowIdIn, const int redIn, const int greenIn, const int blueIn ); | ||
133 | 134 | ||
134 | // observer interface | 135 | // observer interface |
135 | bool addObserver( int browserWindowIdIn, LLEmbeddedBrowserWindowObserver* subjectIn ); | 136 | bool addObserver( int browserWindowIdIn, LLEmbeddedBrowserWindowObserver* subjectIn ); |