Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2006, 12:18:58 PM (18 years ago)
Author:
bensch
Message:

resizing should work, but strangely it does not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_handler.cc

    r9554 r9558  
    8787      this->_cursor = NULL;
    8888    }
     89  }
     90
     91  const Vector2D& GLGuiHandler::resolution()
     92  {
     93    if (this->_resolution == Vector2D::nullVector())
     94      this->_resolution = Vector2D(GraphicsEngine::getInstance()->getResolutionX(), GraphicsEngine::getInstance()->getResolutionY());
     95    return _resolution;
    8996  }
    9097
Note: See TracChangeset for help on using the changeset viewer.