aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfloater.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r--linden/indra/llui/llfloater.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h
index 0be5d44..a6fe3cc 100644
--- a/linden/indra/llui/llfloater.h
+++ b/linden/indra/llui/llfloater.h
@@ -4,7 +4,7 @@
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$ 5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 * 6 *
7 * Copyright (c) 2002-2008, Linden Research, Inc. 7 * Copyright (c) 2002-2009, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
10 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -206,6 +206,11 @@ public:
206 206
207 LLHandle<LLFloater> getHandle() const { return mHandle; } 207 LLHandle<LLFloater> getHandle() const { return mHandle; }
208 208
209 // Return a closeable floater, if any, given the current focus.
210 static LLFloater* getClosableFloaterFromFocus();
211
212 // Close the floater returned by getClosableFloaterFromFocus() and
213 // handle refocusing.
209 static void closeFocusedFloater(); 214 static void closeFocusedFloater();
210 215
211 static void onClickClose(void *userdata); 216 static void onClickClose(void *userdata);