diff options
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index 0be5d44..267707f 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -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); |