Shuffling --debug around and making it work.

This commit is contained in:
Ben Vanik
2015-07-22 17:26:10 -07:00
parent 2f233c7974
commit a42ab648ed
9 changed files with 28 additions and 24 deletions

View File

@@ -158,9 +158,7 @@ bool Win32Window::set_title(const std::wstring& title) {
return true;
}
bool Win32Window::is_fullscreen() const {
return fullscreen_;
}
bool Win32Window::is_fullscreen() const { return fullscreen_; }
void Win32Window::ToggleFullscreen(bool fullscreen) {
if (fullscreen == is_fullscreen()) {