mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
Add window menu
This commit is contained in:
parent
4bc8726abd
commit
759b26b5c1
12 changed files with 108 additions and 11 deletions
|
|
@ -832,6 +832,7 @@ output_render(struct output *output, pixman_region32_t *damage)
|
|||
|
||||
if (output->server->input_mode == LAB_INPUT_STATE_MENU) {
|
||||
render_menu(output, damage, server->rootmenu);
|
||||
render_menu(output, damage, server->windowmenu);
|
||||
}
|
||||
|
||||
renderer_end:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue