aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-12-30 14:21:46 -0600
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-12-30 14:21:46 -0600
commit72d29f165449a28f84e476803543f30f11e366e8 (patch)
tree4bda1fd5fd82dc1b18d4617b26a171078620152c
parente523c2b82b835aa27e6ad5d015ed38d6a5cae0bf (diff)
add blank lines to make updatemons() more readable
-rw-r--r--dwl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 7ae2032..a0b2ca8 100644
--- a/dwl.c
+++ b/dwl.c
@@ -2459,9 +2459,12 @@ updatemons(struct wl_listener *listener, void *data)
if (m->wlr_output->enabled
&& !wlr_output_layout_get(output_layout, m->wlr_output))
wlr_output_layout_add_auto(output_layout, m->wlr_output);
+
/* Now that we update the output layout we can get its box */
wlr_output_layout_get_box(output_layout, NULL, &sgeom);
+
wlr_scene_rect_set_size(locked_bg, sgeom.width, sgeom.height);
+
wl_list_for_each(m, &mons, link) {
if (!m->wlr_output->enabled)
continue;