diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfloatersnapshot.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
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 |