Fixing set_bordered name.

This commit is contained in:
Ben Vanik
2015-09-07 09:08:19 -07:00
parent 2b30ac393d
commit 855ab7c040
3 changed files with 4 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ bool Win32Window::is_bordered() const {
return (style & WS_OVERLAPPEDWINDOW) == WS_OVERLAPPEDWINDOW;
}
void Win32Window::SetBordered(bool enabled) {
void Win32Window::set_bordered(bool enabled) {
if (is_fullscreen()) {
// Don't screw with the borders if we're fullscreen.
return;