mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-30 11:10:50 -04:00
seat: be explicit about output- and layout coordinates
This commit follows up on 95b7782c72
This commit is contained in:
parent
530b32d496
commit
651d579c30
3 changed files with 16 additions and 16 deletions
6
seat.h
6
seat.h
|
|
@ -33,8 +33,8 @@ struct cg_seat {
|
|||
struct wl_listener cursor_frame;
|
||||
|
||||
int32_t touch_id;
|
||||
double touch_x;
|
||||
double touch_y;
|
||||
double touch_lx;
|
||||
double touch_ly;
|
||||
struct wl_listener touch_down;
|
||||
struct wl_listener touch_up;
|
||||
struct wl_listener touch_motion;
|
||||
|
|
@ -80,7 +80,7 @@ struct cg_drag_icon {
|
|||
struct wlr_drag_icon *wlr_drag_icon;
|
||||
|
||||
/* The drag icon has a position in layout coordinates. */
|
||||
double x, y;
|
||||
double lx, ly;
|
||||
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue