summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowheadless.h
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2021-11-17 17:51:50 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2021-11-17 17:51:50 +0200
commitfdeeb0190eb6fa2d6b39816d14a664f5d38aa4ec (patch)
treefc8f807b4e1ad7e74a14d5989c9bf89cb9e194e1 /indra/llwindow/llwindowheadless.h
parent4745aab37647956cf92e760df525d5fe64f47908 (diff)
SL-16330 Allow vsync update without restart on mac
Diffstat (limited to 'indra/llwindow/llwindowheadless.h')
-rw-r--r--indra/llwindow/llwindowheadless.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llwindow/llwindowheadless.h b/indra/llwindow/llwindowheadless.h
index 78c5e4bae4..410da79623 100644
--- a/indra/llwindow/llwindowheadless.h
+++ b/indra/llwindow/llwindowheadless.h
@@ -52,10 +52,10 @@ public:
void* createSharedContext() { return nullptr; }
void makeContextCurrent(void*) {}
void destroySharedContext(void*) {}
- /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;};
- /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;};
+ /*virtual*/ void toggleVSync(bool enable_vsync) { }
+ /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;};
+ /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;};
#if LL_WINDOWS
- /*virtual*/ virtual void toggleVSync(bool enable_vsync) { }
/*virtual*/ BOOL getCursorDelta(LLCoordCommon* delta) { return FALSE; }
#endif
/*virtual*/ void showCursor() {};