mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
output: render overlay lay popups
This enables sfwbar popups and fixes issue #239 https://github.com/LBCrion/sfwbar
This commit is contained in:
parent
7c437eac2f
commit
588f233151
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue