diff options
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r-- | indra/newview/llfloatersnapshot.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h index cf1e6bd8f8..fecc3f0fd5 100644 --- a/indra/newview/llfloatersnapshot.h +++ b/indra/newview/llfloatersnapshot.h @@ -50,14 +50,20 @@ public: static void show(void*); static void hide(void*); - static void update(); - + + static S32 getUIWinHeightLong() {return sUIWinHeightLong ;} + static S32 getUIWinHeightShort() {return sUIWinHeightShort ;} + static S32 getUIWinWidth() {return sUIWinWidth ;} + private: class Impl; Impl& impl; static LLFloaterSnapshot* sInstance; + static S32 sUIWinHeightLong ; + static S32 sUIWinHeightShort ; + static S32 sUIWinWidth ; }; class LLSnapshotFloaterView : public LLFloaterView |