mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Implement xdg surface request_move
This commit is contained in:
parent
96b401c05d
commit
0ca7932c3f
3 changed files with 58 additions and 31 deletions
|
|
@ -28,6 +28,7 @@ enum roots_view_type {
|
|||
};
|
||||
|
||||
struct roots_view {
|
||||
struct roots_desktop *desktop;
|
||||
double x, y;
|
||||
float rotation;
|
||||
// TODO: Something for roots-enforced width/height
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue