correctly update/display window title/class

This commit is contained in:
Michael Stapelberg
2010-04-13 17:22:34 +02:00
parent bcfb0d2505
commit fd8735a6fd
13 changed files with 114 additions and 95 deletions

View File

@ -247,7 +247,12 @@ struct xoutput {
struct Window {
xcb_window_t id;
const char *class;
const char *class_class;
const char *class_instance;
const char *name_ucs2;
const char *name_utf8;
int name_len;
bool uses_net_wm_name;
};
struct Match {