mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
rootston: damage tracking for drag icons
This commit is contained in:
parent
415a2b7c56
commit
4d282c8590
6 changed files with 57 additions and 11 deletions
|
|
@ -71,10 +71,10 @@ struct wlr_drag_icon {
|
|||
bool is_pointer;
|
||||
int32_t touch_id;
|
||||
|
||||
int32_t sx;
|
||||
int32_t sy;
|
||||
int32_t sx, sy;
|
||||
|
||||
struct {
|
||||
struct wl_signal map; // emitted when mapped or unmapped
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
|
|
|
|||
|
|
@ -209,6 +209,8 @@ struct wlr_seat {
|
|||
struct wl_signal selection;
|
||||
struct wl_signal primary_selection;
|
||||
|
||||
struct wl_signal new_drag_icon;
|
||||
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue