diff options
author | callum <none@none> | 2011-11-01 10:57:34 -0700 |
---|---|---|
committer | callum <none@none> | 2011-11-01 10:57:34 -0700 |
commit | 148e5f436dbb6f9126f1f6235e9056d4fb14ca66 (patch) | |
tree | 0e4c056382e0e2d0752c6ed2ceee25f528c30b61 /indra/llwindow/llwindowmacosx.cpp | |
parent | 2777ddd0607caeeee16deae79ca8284bdaccd261 (diff) | |
parent | d86def6f03acc3b4a07a30a2f7912e6dc35edf27 (diff) |
merge with head
Diffstat (limited to 'indra/llwindow/llwindowmacosx.cpp')
-rw-r--r-- | indra/llwindow/llwindowmacosx.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwindow/llwindowmacosx.cpp b/indra/llwindow/llwindowmacosx.cpp index 4dd11541b9..8057506736 100644 --- a/indra/llwindow/llwindowmacosx.cpp +++ b/indra/llwindow/llwindowmacosx.cpp @@ -2545,8 +2545,8 @@ OSStatus LLWindowMacOSX::eventHandler (EventHandlerCallRef myHandler, EventRef e { // This is where we would constrain move/resize to a particular screen - const S32 MIN_WIDTH = 320; - const S32 MIN_HEIGHT = 240; + const S32 MIN_WIDTH = 1024; + const S32 MIN_HEIGHT = 768; Rect currentBounds; Rect previousBounds; |