Call ewmh_set_wm_name for main window as well, not just SeamlessRDP windows. This allows specifying an UTF-8 title with the -T argument.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1379 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2007-01-17 07:39:31 +00:00
parent 7b41e71cd9
commit 96bb96d143

1
xwin.c
View File

@ -1733,6 +1733,7 @@ ui_create_window(void)
}
XStoreName(g_display, g_wnd, g_title);
ewmh_set_wm_name(g_wnd, g_title);
if (g_hide_decorations)
mwm_hide_decorations(g_wnd);