Convert window title to UCS-2 when updating it, don’t update it if it didn’t change

This commit is contained in:
Michael Stapelberg
2009-03-09 06:26:32 +01:00
parent 4f8e704017
commit 6df039c3b5
3 changed files with 20 additions and 6 deletions

View File

@ -215,6 +215,7 @@ struct Client {
/* Name (= window title) */
char *name;
int name_len;
/* fullscreen is pretty obvious */
bool fullscreen;