diff options
Diffstat (limited to 'linden/indra/newview/llfloatersnapshot.h')
-rw-r--r-- | linden/indra/newview/llfloatersnapshot.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatersnapshot.h b/linden/indra/newview/llfloatersnapshot.h index 973cebf..3948a0f 100644 --- a/linden/indra/newview/llfloatersnapshot.h +++ b/linden/indra/newview/llfloatersnapshot.h | |||
@@ -50,14 +50,20 @@ public: | |||
50 | 50 | ||
51 | static void show(void*); | 51 | static void show(void*); |
52 | static void hide(void*); | 52 | static void hide(void*); |
53 | |||
54 | static void update(); | 53 | static void update(); |
55 | 54 | ||
55 | static S32 getUIWinHeightLong() {return sUIWinHeightLong ;} | ||
56 | static S32 getUIWinHeightShort() {return sUIWinHeightShort ;} | ||
57 | static S32 getUIWinWidth() {return sUIWinWidth ;} | ||
58 | |||
56 | private: | 59 | private: |
57 | class Impl; | 60 | class Impl; |
58 | Impl& impl; | 61 | Impl& impl; |
59 | 62 | ||
60 | static LLFloaterSnapshot* sInstance; | 63 | static LLFloaterSnapshot* sInstance; |
64 | static S32 sUIWinHeightLong ; | ||
65 | static S32 sUIWinHeightShort ; | ||
66 | static S32 sUIWinWidth ; | ||
61 | }; | 67 | }; |
62 | 68 | ||
63 | class LLSnapshotFloaterView : public LLFloaterView | 69 | class LLSnapshotFloaterView : public LLFloaterView |