mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
view: s/scene_node/content_node/
This commit is contained in:
parent
c3a1a59a58
commit
daae379433
6 changed files with 7 additions and 7 deletions
|
|
@ -2471,7 +2471,7 @@ view_set_shade(struct view *view, bool shaded)
|
|||
|
||||
view->shaded = shaded;
|
||||
ssd_enable_shade(view->ssd, view->shaded);
|
||||
wlr_scene_node_set_enabled(view->scene_node, !view->shaded);
|
||||
wlr_scene_node_set_enabled(view->content_node, !view->shaded);
|
||||
|
||||
if (view->impl->shade) {
|
||||
view->impl->shade(view, shaded);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue