Commit 39fb462a authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Force same WM_CLASS as the Qt4 UI

parent f222f159
......@@ -147,7 +147,7 @@ static int Open (vlc_object_t *obj)
set_ascii_prop (conn, window, XA_WM_ICON_NAME,
pgettext ("ASCII VLC", "VLC"));
xcb_change_property (conn, XCB_PROP_MODE_REPLACE, window, XA_WM_CLASS,
XA_STRING, 8, 8, "vlc\0VLC");
XA_STRING, 8, 8, "vlc\0Vlc");
set_hostname_prop (conn, window);
wnd->handle.xid = window;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment