diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2009-12-08 12:17:10 +0200 |
commit | e6210e82d3e8794a55f7bd3d7ef01f1fbcdeea0e (patch) | |
tree | ce13fae419c2d09ec295ee4e9c1745ec1595e814 /indra/newview/llscreenchannel.h | |
parent | 3dee439c1def1f96e9837eb2f65428e5484f9c8e (diff) |
Update for normal task EXT-3089 - Notification toasts positioning, layering and stacking.
Improved functionality, cleaned code.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r-- | indra/newview/llscreenchannel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h index e384b17a0c..3b0ee2050c 100644 --- a/indra/newview/llscreenchannel.h +++ b/indra/newview/llscreenchannel.h @@ -265,6 +265,9 @@ private: // create the StartUp Toast void createStartUpToast(S32 notif_num, F32 timer); + /** + * Notification channel and World View ratio(0.0 - always show 1 notification, 1.0 - max ratio). + */ static F32 getHeightRatio(); // Channel's flags |