mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
rootston: drop saved.alpha from roots_view
It's currently unused.
This commit is contained in:
parent
3296365ce5
commit
f97ef3f5d4
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ struct roots_view {
|
||||||
double x, y;
|
double x, y;
|
||||||
uint32_t width, height;
|
uint32_t width, height;
|
||||||
float rotation;
|
float rotation;
|
||||||
float alpha;
|
|
||||||
} saved;
|
} saved;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in a new issue