diff options
author | Drew DeVault <[email protected]> | 2018-04-05 15:39:57 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-04-05 16:04:30 -0400 |
commit | f242362e7e521a8f35f47572038a20d404d25327 (patch) | |
tree | 523748eb922a50f9e74a485b86f445f8bc759464 /swaybar/render.c | |
parent | 842a3ea45c07ab5ed8e3c20af5ef0dc92fff22de (diff) |
Handle output removal on swaybar
Diffstat (limited to 'swaybar/render.c')
-rw-r--r-- | swaybar/render.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swaybar/render.c b/swaybar/render.c index be58301d..53e578f0 100644 --- a/swaybar/render.c +++ b/swaybar/render.c @@ -421,8 +421,6 @@ static uint32_t render_workspace_button(cairo_t *cairo, static uint32_t render_to_cairo(cairo_t *cairo, struct swaybar *bar, struct swaybar_output *output) { struct swaybar_config *config = bar->config; - wlr_log(L_DEBUG, "output %p", output); - cairo_set_operator(cairo, CAIRO_OPERATOR_SOURCE); if (output->focused) { cairo_set_source_u32(cairo, config->colors.focused_background); |