Merge pull request #1035 from bpay/memfixes

Memfixes
This commit is contained in:
Luis Anton Rebollo 2015-01-25 13:42:32 +01:00
commit 6492028bb2
26 changed files with 79 additions and 52 deletions

View file

@ -98,17 +98,17 @@ protected:
{
mIsBackground = false; // This could be toggled to true to prefer performance.
mMinimumSize.set(0,0);
mLockedSize.set(0,0);
mResizeLocked = false;
mLockedSize.set(0,0);
mResizeLocked = false;
mEnableKeyboardTranslation = false;
mEnableAccelerators = true;
mCursorController = NULL;
// This controller maps window input (Mouse/Keyboard) to a generic input consumer
mWindowInputGenerator = new WindowInputGenerator( this );
mSuppressReset = false;
mOffscreenRender = false;
mDisplayWindow = false;
// This controller maps window input (Mouse/Keyboard) to a generic input consumer
mWindowInputGenerator = new WindowInputGenerator( this );
}
public:
@ -509,4 +509,4 @@ protected:
virtual void _setFullscreen(const bool fullScreen) {};
};
#endif
#endif