summaryrefslogtreecommitdiff
path: root/indra/llui/llviewborder.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llviewborder.h')
-rw-r--r--indra/llui/llviewborder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llviewborder.h b/indra/llui/llviewborder.h
index e9fd8aa4e1..d35663c857 100644
--- a/indra/llui/llviewborder.h
+++ b/indra/llui/llviewborder.h
@@ -64,6 +64,9 @@ public:
const LLColor4& highlight_light, const LLColor4& highlight_dark );
void setTexture( const class LLUUID &image_id );
+ LLColor4 getHighlightLight() {return mHighlightLight;}
+ LLColor4 getShadowDark() {return mHighlightDark;}
+
EStyle getStyle() const { return mStyle; }
void setKeyboardFocusHighlight( BOOL b ) { mHasKeyboardFocus = b; }