feat(layouts): 实现 fair/fullscreen/maximize 内置布局

This commit is contained in:
2026-04-27 18:38:49 +08:00
parent 10fa3740a8
commit 7413d7439a
13 changed files with 164 additions and 16 deletions

5
src/layouts/fullscreen.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <zdwm/layout.h>
bool fullscreen(const zdwm_layout_ctx_t *ctx, zdwm_layout_result_t *out);