窗口管理器状态机设计

This commit is contained in:
2025-11-10 23:20:12 +08:00
parent e77c986109
commit 79425dc890
16 changed files with 277 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
#include "backtrace.h"
#include "app.h"
#include "buffer.h"
#include "config.h"
#ifdef HAS_EXECINFO
#include <execinfo.h>
@@ -9,7 +9,6 @@
#define MAX_STACK_SIZE 32
/**
* Get a backtrace.
* @param buffer The buffer to fill with backtrace.