diff options
author | James Cook <james@lindenlab.com> | 2009-12-07 13:22:20 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-07 13:22:20 -0800 |
commit | aa2cdcfeef7a2259251abcfc11ab5d1107af2ea3 (patch) | |
tree | 30654371b0867cee55f8e900f1f0246f8436f2b5 /indra/llwindow/llwindowmesaheadless.h | |
parent | ee159d8e742a7281f304fc45b692c111706d294e (diff) | |
parent | 73abaaddd68186dee0c59d37375407a89f77183c (diff) |
merge
Diffstat (limited to 'indra/llwindow/llwindowmesaheadless.h')
-rw-r--r-- | indra/llwindow/llwindowmesaheadless.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmesaheadless.h b/indra/llwindow/llwindowmesaheadless.h index 46b62b914c..06146afde7 100644 --- a/indra/llwindow/llwindowmesaheadless.h +++ b/indra/llwindow/llwindowmesaheadless.h @@ -49,6 +49,8 @@ public: /*virtual*/ BOOL getMinimized() {return FALSE;}; /*virtual*/ BOOL getMaximized() {return FALSE;}; /*virtual*/ BOOL maximize() {return FALSE;}; + /*virtual*/ void minimize() {}; + /*virtual*/ void restore() {}; /*virtual*/ BOOL getFullscreen() {return FALSE;}; /*virtual*/ BOOL getPosition(LLCoordScreen *position) {return FALSE;}; /*virtual*/ BOOL getSize(LLCoordScreen *size) {return FALSE;}; |