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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user