绘制 tag 标签

This commit is contained in:
2025-11-14 11:31:56 +08:00
parent a2e40bf63a
commit 14f321a45f
15 changed files with 642 additions and 9 deletions

View File

@@ -27,6 +27,9 @@ add_executable(${APP_NAME}
monitor.c
client.c
text.c
color.c
xcursor.c
xwindow.c
)
# use C23
@@ -37,12 +40,16 @@ find_package(PkgConfig REQUIRED)
pkg_check_modules(deps REQUIRED
glib-2.0
x11
xcb
xcb-aux
xcb-cursor
xcb-randr
xcb-xfixes
xcb-xinerama
cairo
cairo-xcb
pango
pangocairo
)