feat(window): 添加判断窗口能否调整大小的辅助函数

This commit is contained in:
2026-06-23 02:43:28 +08:00
parent f355b88b82
commit 71f050c2f3
3 changed files with 9 additions and 0 deletions

View File

@@ -130,3 +130,4 @@ bool window_need_move(const window_t *window, int32_t x, int32_t y);
bool window_need_resize(const window_t *window, int32_t width, int32_t height);
bool window_should_has_border(const window_t *window);
bool window_should_fix_size(const window_t *window);
bool window_can_resize(const window_t *window);