diff options
author | McCabe Maxsted | 2010-05-03 22:20:51 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:03:55 -0500 |
commit | 0981d741d03119904cb3bfad18c7a4b931b7c654 (patch) | |
tree | e6f3ff8c5686e4b6fec2967bfdf0b8ec19387586 /linden/indra/llui/llfloater.h | |
parent | Imprudence 1.3.0 beta 4 released. (diff) | |
download | meta-impy-0981d741d03119904cb3bfad18c7a4b931b7c654.zip meta-impy-0981d741d03119904cb3bfad18c7a4b931b7c654.tar.gz meta-impy-0981d741d03119904cb3bfad18c7a4b931b7c654.tar.bz2 meta-impy-0981d741d03119904cb3bfad18c7a4b931b7c654.tar.xz |
Added minimize all option to the File menu, works on everything but the snapshot window (decided that was a feature)
Diffstat (limited to 'linden/indra/llui/llfloater.h')
-rw-r--r-- | linden/indra/llui/llfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llfloater.h b/linden/indra/llui/llfloater.h index fa69258..f4c62f0 100644 --- a/linden/indra/llui/llfloater.h +++ b/linden/indra/llui/llfloater.h | |||
@@ -366,6 +366,7 @@ public: | |||
366 | // attempt to close all floaters | 366 | // attempt to close all floaters |
367 | void closeAllChildren(bool app_quitting); | 367 | void closeAllChildren(bool app_quitting); |
368 | BOOL allChildrenClosed(); | 368 | BOOL allChildrenClosed(); |
369 | void minimizeAllChildren(); | ||
369 | 370 | ||
370 | LLFloater* getFrontmost(); | 371 | LLFloater* getFrontmost(); |
371 | LLFloater* getBackmost(); | 372 | LLFloater* getBackmost(); |