mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -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
|
|
@ -237,7 +237,7 @@ static void
|
|||
enable_magnifier(struct server *server, bool enable)
|
||||
{
|
||||
magnify_on = enable;
|
||||
server->scene->direct_scanout = enable ? false
|
||||
server->scene->WLR_PRIVATE.direct_scanout = enable ? false
|
||||
: server->direct_scanout_enabled;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue