mirror of https://github.com/FreeRDP/FreeRDP
Set res_class on classHints
This commit is contained in:
parent
d864393a8a
commit
532a3cd1a9
|
@ -562,6 +562,7 @@ xfWindow* xf_CreateDesktopWindow(xfContext* xfc, char* name, int width, int heig
|
|||
else
|
||||
res_class = _strdup("xfreerdp");
|
||||
|
||||
classHints->res_class = res_class;
|
||||
XSetClassHint(xfc->display, window->handle, classHints);
|
||||
XFree(classHints);
|
||||
free(res_class);
|
||||
|
|
Loading…
Reference in New Issue