aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llnotify.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/newview/llnotify.h')
-rw-r--r--linden/indra/newview/llnotify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h
index 3d7bf6d..d717883 100644
--- a/linden/indra/newview/llnotify.h
+++ b/linden/indra/newview/llnotify.h
@@ -74,6 +74,7 @@ public:
74 void close(); 74 void close();
75 75
76 static void cleanup(); 76 static void cleanup();
77 static void format(LLString& msg, const LLString::format_map_t& args);
77 78
78protected: 79protected:
79 LLNotifyBox(LLPointer<LLNotifyBoxTemplate> notify_template, const LLString::format_map_t& args, 80 LLNotifyBox(LLPointer<LLNotifyBoxTemplate> notify_template, const LLString::format_map_t& args,
@@ -91,7 +92,7 @@ protected:
91 /*virtual*/ void draw(); 92 /*virtual*/ void draw();
92 /*virtual*/ BOOL tick(); 93 /*virtual*/ BOOL tick();
93 94
94 void moveToBack(); 95 void moveToBack(bool getfocus = false);
95 96
96 // Returns the rect, relative to gNotifyView, where this 97 // Returns the rect, relative to gNotifyView, where this
97 // notify box should be placed. 98 // notify box should be placed.