mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
chore: chase wlroots map logic unification
This commit is contained in:
parent
72881b5d12
commit
c9e1dab318
9 changed files with 90 additions and 51 deletions
|
|
@ -17,7 +17,7 @@ void xdg_activation_v1_handle_request_activate(struct wl_listener *listener,
|
|||
return;
|
||||
}
|
||||
|
||||
if (!xdg_surface->mapped) {
|
||||
if (!xdg_surface->surface->mapped) {
|
||||
// This is a startup notification. If we are tracking it, the data
|
||||
// field is a launcher_ctx.
|
||||
struct launcher_ctx *ctx = event->token->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue