From 0981d741d03119904cb3bfad18c7a4b931b7c654 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 3 May 2010 22:20:51 -0700 Subject: Added minimize all option to the File menu, works on everything but the snapshot window (decided that was a feature) --- linden/indra/llui/llfloater.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/llui/llfloater.h') 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: // attempt to close all floaters void closeAllChildren(bool app_quitting); BOOL allChildrenClosed(); + void minimizeAllChildren(); LLFloater* getFrontmost(); LLFloater* getBackmost(); -- cgit v1.1