diff options
author | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:23 -0500 |
commit | 486c4774ab4a707d69c1b48cdc048af1369084db (patch) | |
tree | 2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/libraries/include/llmozlib.h | |
parent | Second Life viewer sources 1.18.6.1-RC (diff) | |
download | meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2 meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz |
Second Life viewer sources 1.18.6.2-RC
Diffstat (limited to '')
-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 ); |