aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xdg_shell_v6.c')
-rw-r--r--sway/desktop/xdg_shell_v6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c
index 7371b829..7b550b30 100644
--- a/sway/desktop/xdg_shell_v6.c
+++ b/sway/desktop/xdg_shell_v6.c
@@ -63,7 +63,7 @@ static void close(struct sway_view *view) {
63 } 63 }
64 struct wlr_xdg_surface_v6 *surface = view->wlr_xdg_surface_v6; 64 struct wlr_xdg_surface_v6 *surface = view->wlr_xdg_surface_v6;
65 if (surface->role == WLR_XDG_SURFACE_V6_ROLE_TOPLEVEL) { 65 if (surface->role == WLR_XDG_SURFACE_V6_ROLE_TOPLEVEL) {
66 wlr_xdg_toplevel_v6_send_close(surface); 66 wlr_xdg_surface_v6_send_close(surface);
67 } 67 }
68} 68}
69 69