Skip to content

Commit 14bcb33

Browse files
committed
add missing override for LLWindowMesaHeadless
1 parent 4f9a4c0 commit 14bcb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/llwindow/llwindowmesaheadless.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class LLWindowMesaHeadless : public LLWindow
5454
bool switchContext(bool fullscreen, const LLCoordScreen &size, bool disable_vsync, const LLCoordScreen * const posp = NULL) override {return false;};
5555
bool setCursorPosition(LLCoordWindow position) override {return false;};
5656
bool getCursorPosition(LLCoordWindow *position) override {return false;};
57+
bool isWarpMouse() const override {return true;};
5758
void showCursor() override {};
5859
void hideCursor() override {};
5960
void showCursorFromMouseMove() override {};

0 commit comments

Comments
 (0)