summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2023-07-21 20:17:41 -0400
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-01-20 21:51:20 -0600
commit26d7c9689f6e7eb699f2a63c2093c2a27e411ea3 (patch)
tree233a0cfc80e47463ce549ec1dd2cb9755cba3bf8 /dwl.c
parent6c8be38ec49273cc22faa4849295aaff5e39bfba (diff)
No need to call updatemons ourselves
The output manager in wlroots emits an output_layout.change event when anything changes, so updatemons will be called anyway. ΔSLOC: -1
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/dwl.c b/dwl.c
index f25ac2f..bf02a6d 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1757,9 +1757,6 @@ apply_or_test:
else
wlr_output_configuration_v1_send_failed(config);
wlr_output_configuration_v1_destroy(config);
-
- /* TODO: use a wrapper function? */
- updatemons(NULL, NULL);
}
void