aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerwindow.h')
-rw-r--r--linden/indra/newview/llviewerwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewerwindow.h b/linden/indra/newview/llviewerwindow.h
index c83c57b..ab2dd4e 100644
--- a/linden/indra/newview/llviewerwindow.h
+++ b/linden/indra/newview/llviewerwindow.h
@@ -342,6 +342,8 @@ public:
342 342
343 // Request display setting changes 343 // Request display setting changes
344 void toggleFullscreen(BOOL show_progress); 344 void toggleFullscreen(BOOL show_progress);
345 void toggleFullscreenConfirm();
346 static void toggleFullscreenCallback(S32 option, void *userdata);
345 347
346 // handle shutting down GL and bringing it back up 348 // handle shutting down GL and bringing it back up
347 void requestResolutionUpdate(bool fullscreen_checked); 349 void requestResolutionUpdate(bool fullscreen_checked);