Changeset 11117 for code/trunk/src/libraries/core
- Timestamp:
- Feb 15, 2016, 10:54:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GUIManager.cc
r11101 r11117 907 907 #if CEGUI_VERSION >= 0x000800 908 908 this->guiRenderer_->setDisplaySize(CEGUI::Sizef((float)newWidth, (float)newHeight)); 909 this->rootWindow_->setSize(CEGUI::USize(CEGUI::UDim(1, (float)newWidth), CEGUI::UDim(1, (float)newHeight))); 909 910 #else 910 911 this->guiRenderer_->setDisplaySize(CEGUI::Size((float)newWidth, (float)newHeight)); 911 #endif912 912 this->rootWindow_->setSize(CEGUI::UVector2(CEGUI::UDim(1, (float)newWidth), CEGUI::UDim(1, (float)newHeight))); 913 #endif 913 914 } 914 915
Note: See TracChangeset
for help on using the changeset viewer.