diff options
Diffstat (limited to '')
-rw-r--r-- | linden/libraries/include/llmozlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/libraries/include/llmozlib.h b/linden/libraries/include/llmozlib.h index f22af81..ad850e5 100644 --- a/linden/libraries/include/llmozlib.h +++ b/linden/libraries/include/llmozlib.h | |||
@@ -143,6 +143,10 @@ class LLMozLib | |||
143 | bool canNavigateForward( int browserWindowIdIn ); | 143 | bool canNavigateForward( int browserWindowIdIn ); |
144 | bool navigateForward( int browserWindowIdIn ); | 144 | bool navigateForward( int browserWindowIdIn ); |
145 | 145 | ||
146 | // set/clear URL to redirect to when a 404 page is reached | ||
147 | bool set404RedirectUrl( int browser_window_in, std::string redirect_url ); | ||
148 | bool clr404RedirectUrl( int browser_window_in ); | ||
149 | |||
146 | // access to rendered bitmap data | 150 | // access to rendered bitmap data |
147 | const unsigned char* grabBrowserWindow( int browserWindowIdIn ); | 151 | const unsigned char* grabBrowserWindow( int browserWindowIdIn ); |
148 | const unsigned char* getBrowserWindowPixels( int browserWindowIdIn ); | 152 | const unsigned char* getBrowserWindowPixels( int browserWindowIdIn ); |