diff options
author | Jacek Antonelli | 2008-09-06 18:27:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:27:41 -0500 |
commit | d78e22887482056e9e29cccf2b7a8a675035d040 (patch) | |
tree | a0e0fde1b1a8f91d66c3eb84871b0a3c34947419 /linden/indra/llwindow/llwindow.cpp | |
parent | Second Life viewer sources 1.21.0-RC (diff) | |
download | meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.zip meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.gz meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.bz2 meta-impy-d78e22887482056e9e29cccf2b7a8a675035d040.tar.xz |
Second Life viewer sources 1.21.1-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindow.cpp | 5 |
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 | ||
206 | void LLWindowCallbacks::handlePingWatchdog(LLWindow *window, const char * msg) | ||
207 | { | ||
208 | |||
209 | } | ||
210 | |||
206 | S32 OSMessageBox(const std::string& text, const std::string& caption, U32 type) | 211 | S32 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 |