migrate to virtual void and start mac impl

This commit is contained in:
Shelley Vohr 2018-02-06 08:21:53 -05:00
parent 97589bbe33
commit ae632193c0
No known key found for this signature in database
GPG key ID: F13993A75599653C
4 changed files with 11 additions and 3 deletions

View file

@ -391,8 +391,7 @@ bool Window::IsEnabled() {
}
void Window::SetEnabled(bool enable) {
auto window = static_cast<NativeWindowViews*>(window_.get());
window->SetEnabled(enable);
window_->SetEnabled(enable);
}
void Window::Maximize() {