summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindow.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2021-10-14 17:41:38 +0000
committerDave Parks <davep@lindenlab.com>2021-10-14 17:41:38 +0000
commit851767b808c3cb05d718538389ccc1ed3c95d1a1 (patch)
treea287adf69a37cbd39ce4acb52c1a92b2f6dd396d /indra/llwindow/llwindow.h
parent42415ab0cf05cbb1c470ae65a2ab7bed005927dd (diff)
SL-16131 Fix for alignment warnings on Win32 builds.
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r--indra/llwindow/llwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h
index 10c0b6a424..0100c3bf0a 100644
--- a/indra/llwindow/llwindow.h
+++ b/indra/llwindow/llwindow.h
@@ -88,6 +88,7 @@ public:
//Must be called on the same thread that called createSharedContext()
virtual void destroySharedContext(void* context) = 0;
+
virtual BOOL setCursorPosition(LLCoordWindow position) = 0;
virtual BOOL getCursorPosition(LLCoordWindow *position) = 0;
virtual void showCursor() = 0;