Convert window title to UCS-2 when updating it, don’t update it if it didn’t change
This commit is contained in:
@ -215,6 +215,7 @@ struct Client {
|
||||
|
||||
/* Name (= window title) */
|
||||
char *name;
|
||||
int name_len;
|
||||
|
||||
/* fullscreen is pretty obvious */
|
||||
bool fullscreen;
|
||||
|
Reference in New Issue
Block a user