Bug fix #144: Workaround for insane window type changes

Dynamically detect window type as a workaround to insane applications.
Thanks to Feltzer for reporting. (#144)
This commit is contained in:
Richard Grenville
2013-09-15 11:07:49 +08:00
parent 926ae379ba
commit 747ffaef0f
2 changed files with 40 additions and 25 deletions

View File

@ -803,6 +803,9 @@ calc_win_size(session_t *ps, win *w);
static void
calc_shadow_geometry(session_t *ps, win *w);
static void
win_upd_wintype(session_t *ps, win *w);
static void
win_mark_client(session_t *ps, win *w, Window client);