From 801207ffa755e3008c4fa1a18a2052ff630c0de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 31 May 2015 16:02:59 -0700 Subject: [PATCH] Cleanup. --- examples/common/entry/entry_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common/entry/entry_windows.cpp b/examples/common/entry/entry_windows.cpp index 49e4b8d3b..26f496d6a 100644 --- a/examples/common/entry/entry_windows.cpp +++ b/examples/common/entry/entry_windows.cpp @@ -1080,7 +1080,7 @@ namespace entry void toggleFullscreen(WindowHandle _handle) { - BX_UNUSED(_handle); + PostMessage(s_ctx.m_hwnd[0], WM_USER_WINDOW_TOGGLE_FRAME, _handle.idx, 0); } void setMouseLock(WindowHandle _handle, bool _lock)