aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/wl_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/wl_shell.c')
-rw-r--r--sway/desktop/wl_shell.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/desktop/wl_shell.c b/sway/desktop/wl_shell.c
index df81d5be..e7150bf3 100644
--- a/sway/desktop/wl_shell.c
+++ b/sway/desktop/wl_shell.c
@@ -55,8 +55,6 @@ static void handle_commit(struct wl_listener *listener, void *data) {
55 struct sway_wl_shell_surface *sway_surface = 55 struct sway_wl_shell_surface *sway_surface =
56 wl_container_of(listener, sway_surface, commit); 56 wl_container_of(listener, sway_surface, commit);
57 struct sway_view *view = sway_surface->view; 57 struct sway_view *view = sway_surface->view;
58 sway_log(L_DEBUG, "wl_shell surface commit %dx%d",
59 sway_surface->pending_width, sway_surface->pending_height);
60 // NOTE: We intentionally discard the view's desired width here 58 // NOTE: We intentionally discard the view's desired width here
61 // TODO: Let floating views do whatever 59 // TODO: Let floating views do whatever
62 view->width = sway_surface->pending_width; 60 view->width = sway_surface->pending_width;