diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/llwindowmesaheadless.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowmesaheadless.h b/linden/indra/llwindow/llwindowmesaheadless.h index 29e5878..fb32e38 100644 --- a/linden/indra/llwindow/llwindowmesaheadless.h +++ b/linden/indra/llwindow/llwindowmesaheadless.h | |||
@@ -54,7 +54,7 @@ public: | |||
54 | /*virtual*/ BOOL getSize(LLCoordWindow *size) {return FALSE;}; | 54 | /*virtual*/ BOOL getSize(LLCoordWindow *size) {return FALSE;}; |
55 | /*virtual*/ BOOL setPosition(LLCoordScreen position) {return FALSE;}; | 55 | /*virtual*/ BOOL setPosition(LLCoordScreen position) {return FALSE;}; |
56 | /*virtual*/ BOOL setSize(LLCoordScreen size) {return FALSE;}; | 56 | /*virtual*/ BOOL setSize(LLCoordScreen size) {return FALSE;}; |
57 | /*virtual*/ BOOL switchContext(BOOL fullscreen, LLCoordScreen size, BOOL disable_vsync) {return FALSE;}; | 57 | /*virtual*/ BOOL switchContext(BOOL fullscreen, const LLCoordScreen &size, BOOL disable_vsync, const LLCoordScreen * const posp = NULL) {return FALSE;}; |
58 | /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;}; | 58 | /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;}; |
59 | /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;}; | 59 | /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;}; |
60 | /*virtual*/ void showCursor() {}; | 60 | /*virtual*/ void showCursor() {}; |
@@ -74,6 +74,8 @@ public: | |||
74 | /*virtual*/ F32 getGamma() {return 1.0f; }; | 74 | /*virtual*/ F32 getGamma() {return 1.0f; }; |
75 | /*virtual*/ BOOL setGamma(const F32 gamma) {return FALSE; }; // Set the gamma | 75 | /*virtual*/ BOOL setGamma(const F32 gamma) {return FALSE; }; // Set the gamma |
76 | /*virtual*/ BOOL restoreGamma() {return FALSE; }; // Restore original gamma table (before updating gamma) | 76 | /*virtual*/ BOOL restoreGamma() {return FALSE; }; // Restore original gamma table (before updating gamma) |
77 | /*virtual*/ void setFSAASamples(const U32 fsaa_samples) { /* FSAA not supported yet on Mesa headless.*/ } | ||
78 | /*virtual*/ U32 getFSAASamples() { return 0; } | ||
77 | //virtual ESwapMethod getSwapMethod() { return mSwapMethod; } | 79 | //virtual ESwapMethod getSwapMethod() { return mSwapMethod; } |
78 | /*virtual*/ void gatherInput() {}; | 80 | /*virtual*/ void gatherInput() {}; |
79 | /*virtual*/ void delayInputProcessing() {}; | 81 | /*virtual*/ void delayInputProcessing() {}; |