diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-06 16:48:41 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-06 16:48:41 -0700 |
commit | 0f35bbbe9a084ef70b01a551f3262d8bf58ffb42 (patch) | |
tree | 1674cb2c821809981950a51b68b89fe778d25681 /indra/llui/lltoolbar.h | |
parent | ddcd51beac061b79268c939a4e3ed48ec87fb907 (diff) | |
parent | 740b3547d6b4685bcd89bb2781ccb423ab935799 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index 3fbe5a7703..4fac081130 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -68,6 +68,7 @@ public: void setHandleDragCallback(tool_handledrag_callback_t cb) { mHandleDragItemCallback = cb; } void onMouseEnter(S32 x, S32 y, MASK mask); + void onMouseCaptureLost(); private: LLCommandId mId; |