From 55e3b563148674854fbf4ed1f3cbaf7ff5ceb4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Thu, 16 Feb 2017 20:41:22 -0800 Subject: [PATCH] Cleanup. --- examples/common/entry/entry_glfw.cpp | 2 +- examples/common/entry/entry_p.h | 2 +- examples/common/entry/entry_x11.cpp | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/common/entry/entry_glfw.cpp b/examples/common/entry/entry_glfw.cpp index 09e177b6f..7ed2a8fc7 100644 --- a/examples/common/entry/entry_glfw.cpp +++ b/examples/common/entry/entry_glfw.cpp @@ -622,7 +622,7 @@ namespace entry GamepadGLFW m_gamepad[ENTRY_CONFIG_MAX_GAMEPADS]; - bx::SpScUnboundedQueueLf m_msgs; + bx::SpScUnboundedQueueT m_msgs; double m_scrollPos; }; diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index 34bd810d5..ab45cfef5 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -297,7 +297,7 @@ namespace entry } private: - bx::SpScUnboundedQueue m_queue; + bx::SpScUnboundedQueueT m_queue; }; } // namespace entry diff --git a/examples/common/entry/entry_x11.cpp b/examples/common/entry/entry_x11.cpp index 23a3f37a0..6ab1351e1 100644 --- a/examples/common/entry/entry_x11.cpp +++ b/examples/common/entry/entry_x11.cpp @@ -20,6 +20,8 @@ #include #include #include +#include + #include #include