update the strut when strut_partial changes
This commit is contained in:
parent
2050e99a5f
commit
8205b6581d
1 changed files with 3 additions and 0 deletions
|
@ -1451,6 +1451,9 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
|||
else if (msgtype == prop_atoms.net_wm_strut) {
|
||||
client_update_strut(client);
|
||||
}
|
||||
else if (msgtype == prop_atoms.net_wm_strut_partial) {
|
||||
client_update_strut(client);
|
||||
}
|
||||
else if (msgtype == prop_atoms.net_wm_icon) {
|
||||
client_update_icons(client);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue