diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 16:01:52 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 16:01:52 -0700 |
commit | eba6d0236fc9b7f4a54189766709948599d4b8a2 (patch) | |
tree | 0fbe8e5f9a1848cf5c812f5b9dbbc43082e07154 /indra/newview/llviewerwindow.h | |
parent | 71355374358163db938956dbaa957994b33370fd (diff) |
Backed out changeset: 57dc52edbbc9
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index d7c403739e..44704b99e3 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -170,7 +170,8 @@ public: /*virtual*/ BOOL handleRightMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ BOOL handleMiddleMouseDown(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ BOOL handleMiddleMouseUp(LLWindow *window, LLCoordGL pos, MASK mask); - /*virtual*/ void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask); + /*virtual*/ BOOL handleDrop(LLWindow *window, LLCoordGL pos, MASK mask, void* data); + void handleMouseMove(LLWindow *window, LLCoordGL pos, MASK mask); /*virtual*/ void handleMouseLeave(LLWindow *window); /*virtual*/ void handleResize(LLWindow *window, S32 x, S32 y); /*virtual*/ void handleFocus(LLWindow *window); |