绘制 tag 标识

This commit is contained in:
2025-08-16 04:43:00 +08:00
parent 8472fda46a
commit eb7705d334
7 changed files with 146 additions and 7 deletions

View File

@@ -54,6 +54,8 @@ bool has_other_wm_running(void) {
*/
int get_xcb_connection_fd(void) { return xcb_get_file_descriptor(conn); }
void flush_xcb_connection(void) { xcb_flush(conn); }
/* xinerama 扩展是否激活 */
static bool xinerama_active(void) {
const char *name = "XINERAMA";