diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-02-27 01:03:39 +0000 |
commit | 647d29b1a2d4712ea738b408be43e56895a715b1 (patch) | |
tree | 8db33983be6e10c05895f9774bfbad81a3f6ae81 /indra/llui/llpanel.h | |
parent | c4b5b3977ffa6669a00f9bc334db02f51cc10fcb (diff) |
merge -r 58285:58437 maintenance.
Diffstat (limited to 'indra/llui/llpanel.h')
-rw-r--r-- | indra/llui/llpanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llpanel.h b/indra/llui/llpanel.h index 9da27b6f38..59922994c1 100644 --- a/indra/llui/llpanel.h +++ b/indra/llui/llpanel.h @@ -86,6 +86,7 @@ public: static BOOL nextAlert(LLAlertInfo &alert); void setBackgroundColor( const LLColor4& color ); + LLColor4 getBackgroundColor(); void setTransparentColor(const LLColor4& color); void setBackgroundVisible( BOOL b ) { mBgVisible = b; } void setBackgroundOpaque(BOOL b) { mBgOpaque = b; } |