@@ -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
|
||||
|
||||
Reference in New Issue
Block a user