diff options
author | McCabe Maxsted | 2009-11-09 14:58:57 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-11-09 14:58:57 -0700 |
commit | b6f4e9794116c10e30e61e926f40fb68c86141af (patch) | |
tree | 7416a21fbe2b788b828cf394057c70b2bdbbda9f /linden/indra/newview/llviewerwindow.h | |
parent | Removed RLVa temporarily from First Use (diff) | |
download | meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.zip meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.gz meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.bz2 meta-impy-b6f4e9794116c10e30e61e926f40fb68c86141af.tar.xz |
Moved 1.2 alerts to the new notification system
Diffstat (limited to 'linden/indra/newview/llviewerwindow.h')
-rw-r--r-- | linden/indra/newview/llviewerwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerwindow.h b/linden/indra/newview/llviewerwindow.h index 74edd2e..85cdc52 100644 --- a/linden/indra/newview/llviewerwindow.h +++ b/linden/indra/newview/llviewerwindow.h | |||
@@ -347,7 +347,7 @@ public: | |||
347 | // Request display setting changes | 347 | // Request display setting changes |
348 | void toggleFullscreen(BOOL show_progress); | 348 | void toggleFullscreen(BOOL show_progress); |
349 | void toggleFullscreenConfirm(); | 349 | void toggleFullscreenConfirm(); |
350 | static void toggleFullscreenCallback(S32 option, void *userdata); | 350 | static bool toggleFullscreenCallback(const LLSD& notification, const LLSD& response, LLViewerWindow *self); |
351 | 351 | ||
352 | // handle shutting down GL and bringing it back up | 352 | // handle shutting down GL and bringing it back up |
353 | void requestResolutionUpdate(bool fullscreen_checked); | 353 | void requestResolutionUpdate(bool fullscreen_checked); |