From 6c2249d0b0642dfc23727163234ce08407bf4931 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 20 Apr 2025 01:12:30 +0200 Subject: wip: wayland --- TODO | 1 + depends/mgl | 2 +- include/mglpp/mglpp.hpp | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..36789ec --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +Change Init(window_system) default value to WindowSystem::NATIVE. diff --git a/depends/mgl b/depends/mgl index 0e12a1d..06957aa 160000 --- a/depends/mgl +++ b/depends/mgl @@ -1 +1 @@ -Subproject commit 0e12a1d216b85c8e864cc2d7d18c3d18864542c5 +Subproject commit 06957aa0f264bc181c01f5618f3b3c8d4db38ddb diff --git a/include/mglpp/mglpp.hpp b/include/mglpp/mglpp.hpp index 58f956d..730ddf5 100644 --- a/include/mglpp/mglpp.hpp +++ b/include/mglpp/mglpp.hpp @@ -19,8 +19,8 @@ namespace mgl { class Init { public: - // Throws InitException on failure - Init(WindowSystem window_system = WindowSystem::NATIVE); + // Throws InitException on failure. + Init(WindowSystem window_system = WindowSystem::X11); ~Init(); bool is_connected_to_display_server(); -- cgit v1.2.3-70-g09d2