aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llwindow/llwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llwindow/llwindow.cpp b/linden/indra/llwindow/llwindow.cpp
index 890143d..f4ee8cc 100644
--- a/linden/indra/llwindow/llwindow.cpp
+++ b/linden/indra/llwindow/llwindow.cpp
@@ -203,6 +203,11 @@ BOOL LLWindowCallbacks::handleDeviceChange(LLWindow *window)
203 return FALSE; 203 return FALSE;
204} 204}
205 205
206void LLWindowCallbacks::handlePingWatchdog(LLWindow *window, const char * msg)
207{
208
209}
210
206S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type) 211S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type)
207{ 212{
208 // Properly hide the splash screen when displaying the message box 213 // Properly hide the splash screen when displaying the message box