- Adjusted Formatting of tests

- Finished map implementation and unit tests

 TODO: Threading
This commit is contained in:
2025-07-23 12:05:02 -04:00
parent 73333b4c67
commit 65573f28e4
61 changed files with 2665 additions and 2187 deletions

View File

@@ -39,7 +39,7 @@ wayland_display::wayland_display(linux_platform* platform, const cstring& drv)
, _handle()
, _platform(platform) {
load_symbols(_platform);
_handle = wl_display_connect(nullptr);
_handle = wl_display_connect(drv);
}
wayland_display::~wayland_display() {