ewmh: set _NET_WM_NAME

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-17 22:47:31 +02:00
parent baa82ac867
commit 54190db14f
1 changed files with 3 additions and 0 deletions

3
ewmh.c
View File

@ -190,6 +190,9 @@ ewmh_set_supported_hints(int phys_screen)
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE, xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
father, net_supporting_wm_check, WINDOW, 32, father, net_supporting_wm_check, WINDOW, 32,
1, &father); 1, &father);
xcb_change_property(globalconf.connection, XCB_PROP_MODE_REPLACE,
father, net_wm_name, utf8_string, 8, 7, "awesome");
} }
void void