feat(backend): 添加光标支持

This commit is contained in:
2026-06-19 17:12:08 +08:00
parent 090266baa5
commit 7a47f4d44d
7 changed files with 99 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ project(${APP_NAME}
add_executable(${APP_NAME}
${SOURCE_DIR}/backend/output_utils.c
${SOURCE_DIR}/backend/x11/backend.c
${SOURCE_DIR}/backend/x11/cursor.c
${SOURCE_DIR}/backend/x11/event.c
${SOURCE_DIR}/backend/x11/window.c
@@ -76,6 +77,7 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(deps REQUIRED
xcb
xcb-aux
xcb-cursor
xcb-icccm
xcb-keysyms
xcb-randr