diff options
Diffstat (limited to 'linden/indra/newview/llviewerdisplay.h')
-rw-r--r-- | linden/indra/newview/llviewerdisplay.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerdisplay.h b/linden/indra/newview/llviewerdisplay.h index b42c6e9..2bf784c 100644 --- a/linden/indra/newview/llviewerdisplay.h +++ b/linden/indra/newview/llviewerdisplay.h | |||
@@ -33,8 +33,13 @@ | |||
33 | #define LL_LLVIEWERDISPLAY_H | 33 | #define LL_LLVIEWERDISPLAY_H |
34 | 34 | ||
35 | void display_startup(); | 35 | void display_startup(); |
36 | void display_cleanup(); | ||
36 | 37 | ||
37 | extern BOOL gDisplaySwapBuffers; | 38 | void display(BOOL rebuild = TRUE, F32 zoom_factor = 1.f, int subfield = 0); |
38 | 39 | ||
40 | extern BOOL gDisplaySwapBuffers; | ||
41 | extern BOOL gTeleportDisplay; | ||
42 | extern LLFrameTimer gTeleportDisplayTimer; | ||
43 | extern BOOL gForceRenderLandFence; | ||
39 | 44 | ||
40 | #endif // LL_LLVIEWERDISPLAY_H | 45 | #endif // LL_LLVIEWERDISPLAY_H |