Display over fullscreen applications
This commit is contained in:
parent
8b23811263
commit
12b8f83be4
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ int menu_run(struct menu *menu) {
|
||||||
context->layer_shell,
|
context->layer_shell,
|
||||||
context->surface,
|
context->surface,
|
||||||
context->output ? context->output->output : NULL,
|
context->output ? context->output->output : NULL,
|
||||||
ZWLR_LAYER_SHELL_V1_LAYER_TOP,
|
ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY,
|
||||||
"menu"
|
"menu"
|
||||||
);
|
);
|
||||||
assert(layer_surface != NULL);
|
assert(layer_surface != NULL);
|
||||||
|
|
Loading…
Add table
Reference in a new issue