commit 6bb7801ba34bfca9aec3983f4cb884c0e4274be2
parent ec2d4e992ae0351e5a149145a380407c17be5f75
Author: Matsuda Kenji <info@mtkn.jp>
Date: Fri, 19 Dec 2025 21:57:59 +0900
set title
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/xcb.c b/xcb.c
@@ -25,6 +25,7 @@ int main(void) {
screen->root_visual,
XCB_CW_EVENT_MASK, &attr);
xcb_map_window(conn, window);
+ xcb_change_property(conn, XCB_PROP_MODE_REPLACE, window, XCB_ATOM_WM_NAME, XCB_ATOM_STRING, 8, strlen("xcb"), "xcb");
xcb_render_pictformat_t pictformat = 0, pictformat24, pictformat32;
if (findPictFormat(conn, 32, &pictformat32) < 0) {