mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-31 07:11:23 -04:00
Be explicit about output- and layout coordinates
This commit is contained in:
parent
21229984ff
commit
95b7782c72
6 changed files with 47 additions and 41 deletions
5
seat.h
5
seat.h
|
|
@ -78,8 +78,9 @@ struct cg_drag_icon {
|
|||
struct wl_list link; // seat::drag_icons
|
||||
struct cg_seat *seat;
|
||||
struct wlr_drag_icon *wlr_drag_icon;
|
||||
double x;
|
||||
double y;
|
||||
|
||||
/* The drag icon has a position in layout coordinates. */
|
||||
double x, y;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue