diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llwindow/llwindowheadless.h | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/llwindow/llwindowheadless.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindowheadless.h b/linden/indra/llwindow/llwindowheadless.h index 15e7196..7cef7d8 100644 --- a/linden/indra/llwindow/llwindowheadless.h +++ b/linden/indra/llwindow/llwindowheadless.h | |||
@@ -50,7 +50,7 @@ public: | |||
50 | /*virtual*/ BOOL getSize(LLCoordWindow *size) {return FALSE;}; | 50 | /*virtual*/ BOOL getSize(LLCoordWindow *size) {return FALSE;}; |
51 | /*virtual*/ BOOL setPosition(LLCoordScreen position) {return FALSE;}; | 51 | /*virtual*/ BOOL setPosition(LLCoordScreen position) {return FALSE;}; |
52 | /*virtual*/ BOOL setSize(LLCoordScreen size) {return FALSE;}; | 52 | /*virtual*/ BOOL setSize(LLCoordScreen size) {return FALSE;}; |
53 | /*virtual*/ BOOL switchContext(BOOL fullscreen, LLCoordScreen size, BOOL disable_vsync) {return FALSE;}; | 53 | /*virtual*/ BOOL switchContext(BOOL fullscreen, const LLCoordScreen &size, BOOL disable_vsync, const LLCoordScreen * const posp = NULL) {return FALSE;}; |
54 | /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;}; | 54 | /*virtual*/ BOOL setCursorPosition(LLCoordWindow position) {return FALSE;}; |
55 | /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;}; | 55 | /*virtual*/ BOOL getCursorPosition(LLCoordWindow *position) {return FALSE;}; |
56 | /*virtual*/ void showCursor() {}; | 56 | /*virtual*/ void showCursor() {}; |
@@ -69,6 +69,8 @@ public: | |||
69 | /*virtual*/ void flashIcon(F32 seconds) {}; | 69 | /*virtual*/ void flashIcon(F32 seconds) {}; |
70 | /*virtual*/ F32 getGamma() {return 1.0f; }; | 70 | /*virtual*/ F32 getGamma() {return 1.0f; }; |
71 | /*virtual*/ BOOL setGamma(const F32 gamma) {return FALSE; }; // Set the gamma | 71 | /*virtual*/ BOOL setGamma(const F32 gamma) {return FALSE; }; // Set the gamma |
72 | /*virtual*/ void setFSAASamples(const U32 fsaa_samples) { } | ||
73 | /*virtual*/ U32 getFSAASamples() { return 0; } | ||
72 | /*virtual*/ BOOL restoreGamma() {return FALSE; }; // Restore original gamma table (before updating gamma) | 74 | /*virtual*/ BOOL restoreGamma() {return FALSE; }; // Restore original gamma table (before updating gamma) |
73 | //virtual ESwapMethod getSwapMethod() { return mSwapMethod; } | 75 | //virtual ESwapMethod getSwapMethod() { return mSwapMethod; } |
74 | /*virtual*/ void gatherInput() {}; | 76 | /*virtual*/ void gatherInput() {}; |