aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/llwindowmesaheadless.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llwindow/llwindowmesaheadless.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/llwindow/llwindowmesaheadless.h')
-rw-r--r--linden/indra/llwindow/llwindowmesaheadless.h4
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() {};