diff options
author | Jacek Antonelli | 2009-01-11 16:10:10 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-11 16:10:15 -0600 |
commit | 6156baad67c744ed03ea47798bfeb8a77698efc6 (patch) | |
tree | 872d35ff6df740462d8cb574d03f746dfd5dd1ae /linden/indra/llui/llfloater.h | |
parent | Second Life viewer sources 1.22.3-RC (diff) | |
download | meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.zip meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.gz meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.bz2 meta-impy-6156baad67c744ed03ea47798bfeb8a77698efc6.tar.xz |
Second Life viewer sources 1.22.4-RC
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); |