Skip to content

Commit

Permalink
xwm: Fix missing map_window_notify callback (#1436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix authored May 21, 2024
1 parent 900b938 commit 8f132ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xwayland/xwm/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,8 @@ where
AtomEnum::WINDOW,
&[surface.window_id()],
)?;
drop(_guard);
state.map_window_notify(xwm_id, surface);
}
}
}
Expand Down

0 comments on commit 8f132ec

Please sign in to comment.