diff options
Diffstat (limited to 'linden/indra/newview/llviewertexteditor.h')
-rw-r--r-- | linden/indra/newview/llviewertexteditor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h index e05a61c..1ec173a 100644 --- a/linden/indra/newview/llviewertexteditor.h +++ b/linden/indra/newview/llviewertexteditor.h | |||
@@ -63,6 +63,7 @@ public: | |||
63 | // mousehandler overrides | 63 | // mousehandler overrides |
64 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); | 64 | virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); |
65 | virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); | 65 | virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); |
66 | virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask); | ||
66 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); | 67 | virtual BOOL handleHover(S32 x, S32 y, MASK mask); |
67 | virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask ); | 68 | virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask ); |
68 | 69 | ||
@@ -128,6 +129,8 @@ protected: | |||
128 | LLUUID mNotecardInventoryID; | 129 | LLUUID mNotecardInventoryID; |
129 | 130 | ||
130 | LLPointer<LLEmbeddedNotecardOpener> mInventoryCallback; | 131 | LLPointer<LLEmbeddedNotecardOpener> mInventoryCallback; |
132 | |||
133 | LLViewHandle mPopupMenuHandle; | ||
131 | }; | 134 | }; |
132 | 135 | ||
133 | #endif // LL_VIEWERTEXTEDITOR_H | 136 | #endif // LL_VIEWERTEXTEDITOR_H |