summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-07-30 17:41:41 -0700
committerRichard Nelson <none@none>2010-07-30 17:41:41 -0700
commitf4092f2b32308801cf3f034e031ab56b3161c878 (patch)
tree6c89ae6edaced8f2e69e2048494dca6bc54e20b1 /indra/llui/llbutton.h
parent6adbeb504d024653bca73e16a17efcac90bcfea0 (diff)
optimizations in button rendering
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index f4af19b696..5f25084b35 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -356,6 +356,7 @@ private:
BOOL mCommitOnReturn;
BOOL mFadeWhenDisabled;
bool mForcePressedState;
+ bool mMouseOver;
LLFrameTimer mFlashingTimer;
};