mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
xwayland: remove duplicate _NET_WM_NAME entry
This commit is contained in:
parent
68a69ee079
commit
175af4f74f
2 changed files with 1 additions and 3 deletions
|
|
@ -37,7 +37,6 @@ const char *atom_map[ATOM_LAST] = {
|
|||
[WINDOW] = "WINDOW",
|
||||
[_NET_ACTIVE_WINDOW] = "_NET_ACTIVE_WINDOW",
|
||||
[_NET_WM_MOVERESIZE] = "_NET_WM_MOVERESIZE",
|
||||
[_NET_WM_NAME] = "_NET_WM_NAME",
|
||||
[_NET_SUPPORTING_WM_CHECK] = "_NET_SUPPORTING_WM_CHECK",
|
||||
[_NET_WM_STATE_MODAL] = "_NET_WM_STATE_MODAL",
|
||||
[_NET_WM_STATE_FULLSCREEN] = "_NET_WM_STATE_FULLSCREEN",
|
||||
|
|
@ -1562,7 +1561,7 @@ static void xwm_create_wm_window(struct wlr_xwm *xwm) {
|
|||
xcb_change_property(xwm->xcb_conn,
|
||||
XCB_PROP_MODE_REPLACE,
|
||||
xwm->window,
|
||||
xwm->atoms[_NET_WM_NAME],
|
||||
xwm->atoms[NET_WM_NAME],
|
||||
xwm->atoms[UTF8_STRING],
|
||||
8, // format
|
||||
strlen(name), name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue