feat(layouts): 实现 fair/fullscreen/maximize 内置布局
This commit is contained in:
5
src/layouts/fullscreen.h
Normal file
5
src/layouts/fullscreen.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <zdwm/layout.h>
|
||||
|
||||
bool fullscreen(const zdwm_layout_ctx_t *ctx, zdwm_layout_result_t *out);
|
||||
Reference in New Issue
Block a user