- More implementations and dependencies for Linux Wayland support

This commit is contained in:
2025-07-26 20:57:25 -04:00
parent 7ea2710ee0
commit 7493b5252a
78 changed files with 3733 additions and 316 deletions

View File

@@ -32,7 +32,6 @@ namespace fennec::test
dynarray<int> test2;
int n = 10000;
test1.resize(n); test2.resize(n);
for (int i = 0; i < n; ++i) {
test1.push_back(i);
test2.push_back(n - i - 1);

View File

@@ -20,7 +20,7 @@
#define FENNEC_TEST_PLATFORM_LINUX_WAYLAND_H
#include "../../../test.h"
#include <fennec/platform/linux/wayland/display.h>
#include <fennec/platform/linux/wayland/displaydev.h>
namespace fennec::test
{

View File

@@ -29,7 +29,7 @@ namespace fennec::test
inline void fennec_test_platform_linux() {
linux_platform platform(platform::user::client);
linux_platform platform;
#ifdef FENNEC_LIB_WAYLAND
fennec_test_section("wayland tests");