mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
output-layer: cache current state
The will be used by the Wayland backend to figure out whether updating sub-surface position is necessary.
This commit is contained in:
parent
59d2743c0c
commit
e00c4cd7dc
2 changed files with 12 additions and 2 deletions
|
|
@ -48,6 +48,10 @@ struct wlr_output_layer {
|
|||
} events;
|
||||
|
||||
void *data;
|
||||
|
||||
// private state
|
||||
|
||||
int x, y;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue