mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
chase wlroots: use WLR_PRIVATE (MR 4842)
Ref: 6006023a377868187f73d2e0922bbe952072684f
("Use WLR_PRIVATE for private fields")
This commit is contained in:
parent
2b1923c867
commit
0c2cf61895
5 changed files with 11 additions and 9 deletions
|
|
@ -549,7 +549,7 @@ server_init(struct server *server)
|
|||
wlr_log(WLR_ERROR, "unable to create scene");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
server->direct_scanout_enabled = server->scene->direct_scanout;
|
||||
server->direct_scanout_enabled = server->scene->WLR_PRIVATE.direct_scanout;
|
||||
|
||||
/*
|
||||
* The order in which the scene-trees below are created determines the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue