summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-10 08:05:28 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-10 08:05:28 +0100
commit1ecbc8f95f9b2cdcaeddf7f8594b93d805aa75fa (patch)
treeb8548463867f481d3f44d3ee33e927f2a8a65da8 /3rdparty/bgfx/examples/common/entry/entry_x11.cpp
parent1c885a2014132f39b2526f66bcc2716bc666f244 (diff)
update 3rdparty libs
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_x11.cpp')
-rw-r--r--3rdparty/bgfx/examples/common/entry/entry_x11.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
index 627263faa23..249b8a0483c 100644
--- a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
+++ b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp
@@ -664,6 +664,11 @@ namespace entry
BX_UNUSED(_handle);
}
+ void toggleFullscreen(WindowHandle _handle)
+ {
+ BX_UNUSED(_handle);
+ }
+
void setMouseLock(WindowHandle _handle, bool _lock)
{
BX_UNUSED(_handle, _lock);