Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-07-05 02:41:08 +03:00
parent 470c248bcf
commit 9d39cd9a38
8 changed files with 363 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ export module LunarWM.wl.Subsurface;
namespace LunarWM {
namespace wl {
export struct Subsurface {
Subsurface() = delete;
@@ -70,4 +72,6 @@ Subsurface *Subsurface::make(wl_client *client, uint32_t version, uint32_t id) {
return subsurface;
}
} // namespace wl
} // namespace LunarWM