Implement UTF-8-clean window titles

This commit is contained in:
Michael Stapelberg
2009-03-08 00:49:11 +01:00
parent 4dd1a7e181
commit 6f630a3335
6 changed files with 58 additions and 11 deletions

@@ -213,9 +213,8 @@ struct Client {
reservation */
int desired_height;
/* Name */
/* Name (= window title) */
char *name;
int name_len;
/* fullscreen is pretty obvious */
bool fullscreen;