mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Track server-side-decoration per view
This commit is contained in:
parent
44df6c896d
commit
042c157378
6 changed files with 45 additions and 37 deletions
|
|
@ -49,7 +49,7 @@ static void render_icon(struct draw_data *d, struct wlr_box box,
|
|||
|
||||
static void render_decorations(struct wlr_output *output, struct view *view)
|
||||
{
|
||||
if (!view_want_deco(view))
|
||||
if (!view->show_server_side_deco)
|
||||
return;
|
||||
struct draw_data ddata = {
|
||||
.renderer = view->server->renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue