You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snapshot: Serialize all client's bool member variables
Previously Client::is_mapped_ and Client::has_unmap_req_from_wm_
were not serialized into snapshot, so if the WM crashes, all windows
that are mapped will be considered unmapped.
This commit fixes this.