迁移窗口堆叠顺序到新方案(完成)

This commit is contained in:
2026-04-05 23:18:59 +08:00
parent 367d825a58
commit 1d781d66e9
3 changed files with 23 additions and 77 deletions

View File

@@ -3,6 +3,7 @@
#include <stddef.h>
#include "base/memory.h"
#include "core/layer.h"
#include "core/types.h"
/*
@@ -20,6 +21,7 @@ typedef struct window_info_t {
const char *instance_name;
window_geometry_mode_t geometry_mode;
layer_type_t layer_type;
bool urgent;
bool fixed_size;
bool skip_taskbar;