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/llwindowmacosx.h | |
parent | ee159d8e742a7281f304fc45b692c111706d294e (diff) | |
parent | 73abaaddd68186dee0c59d37375407a89f77183c (diff) |
merge
Diffstat (limited to 'indra/llwindow/llwindowmacosx.h')
-rw-r--r-- | indra/llwindow/llwindowmacosx.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/indra/llwindow/llwindowmacosx.h b/indra/llwindow/llwindowmacosx.h index 17074080eb..fbfa07fab4 100644 --- a/indra/llwindow/llwindowmacosx.h +++ b/indra/llwindow/llwindowmacosx.h @@ -56,6 +56,8 @@ public: /*virtual*/ BOOL getMinimized(); /*virtual*/ BOOL getMaximized(); /*virtual*/ BOOL maximize(); + /*virtual*/ void minimize(); + /*virtual*/ void restore(); /*virtual*/ BOOL getFullscreen(); /*virtual*/ BOOL getPosition(LLCoordScreen *position); /*virtual*/ BOOL getSize(LLCoordScreen *size); @@ -139,9 +141,6 @@ protected: // Restore the display resolution to its value before we ran the app. BOOL resetDisplayResolution(); - void minimize(); - void restore(); - BOOL shouldPostQuit() { return mPostQuit; } |