From 0bd02131b644b61088789f52f31b750c9aecaa6d Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Wed, 5 Dec 2018 19:45:08 +0100 Subject: 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] --- 3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp') diff --git a/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp b/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp index 87857612ee5..4434e41c9e6 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry_asmjs.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2011-2017 Branimir Karadzic. All rights reserved. + * Copyright 2011-2018 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ @@ -381,9 +381,9 @@ namespace entry BX_UNUSED(_handle, _title); } - void toggleWindowFrame(WindowHandle _handle) + void setWindowFlags(WindowHandle _handle, uint32_t _flags, bool _enabled) { - BX_UNUSED(_handle); + BX_UNUSED(_handle, _flags, _enabled); } void toggleFullscreen(WindowHandle _handle) -- cgit v1.2.3-70-g09d2