| 175 | } |
| 176 | |
| 177 | ALResult Tr2MainWindowState::State::PopulatePresentParameters( Tr2PresentParametersAL& presentParams ) const |
| 178 | { |
| 179 | return ::PopulatePresentParams( presentParams, windowMode, adapter, width, height, presentInterval ); |
| 180 | } |
| 181 | |
| 182 | Tr2MainWindowStatePtr Tr2MainWindowState::State::WrapCopy() const |
| 183 | { |
no test coverage detected