]> git.mdlowis.com Git - proto/labwc.git/commitdiff
output: render overlay lay popups
authorJohan Malm <jgm323@gmail.com>
Sun, 13 Feb 2022 09:45:42 +0000 (09:45 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 13 Feb 2022 09:45:42 +0000 (09:45 +0000)
This enables sfwbar popups and fixes issue #239

https://github.com/LBCrion/sfwbar

src/output.c

index 5d472b19a08023b347902f76c6c7fe8aad1b0d25..9c40fcd567c6eaad64d2333965f1d7852c1f650c 100644 (file)
@@ -836,6 +836,8 @@ output_render(struct output *output, pixman_region32_t *damage)
 
        render_layer_toplevel(output, damage,
                &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
+       render_layer_popups(output, damage,
+               &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY]);
 
        if (output->server->input_mode == LAB_INPUT_STATE_MENU) {
                render_menu(output, damage, server->rootmenu);