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

@@ -32,6 +32,8 @@
#include "blur-client-protocol.h"
#include "ext-background-effect-v1-client-protocol.h"
namespace Waylight {
namespace {
constexpr usize MAX_SURROUNDING_BYTES = 4000;
@@ -1240,3 +1242,5 @@ auto App::clipboard(std::string_view const &str) -> void
m_wayland.ddev, m_wayland.curr_source, m_last_serial);
wl_display_flush(m_wayland.display);
}
} // namespace Waylight