Add Waylight namespace

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-10-17 00:20:39 +03:00
parent 42a9de3ba3
commit 237208d972
14 changed files with 91 additions and 37 deletions

View File

@@ -10,6 +10,8 @@
#include <optional>
namespace Waylight {
auto App::tick() -> void
{
static std::pmr::string text_input_data {};
@@ -76,3 +78,5 @@ auto App::tick() -> void
eglSwapBuffers(m_gl.edpy, m_gl.esurf);
}
} // namespace Waylight