refactor(core/runtime): 调整布局计算流程
This commit is contained in:
@@ -121,3 +121,5 @@ void window_take_metadata(
|
||||
* @brief 窗口是否需要参与布局计算
|
||||
*/
|
||||
bool window_need_layout(const window_t *window);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user