mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-11 13:29:45 -05:00
seat: rename selection_source to selection_data_source, remove unused data_device
This commit is contained in:
parent
720c1154dc
commit
38ed3b4245
4 changed files with 19 additions and 19 deletions
|
|
@ -178,8 +178,7 @@ struct wlr_seat {
|
|||
uint32_t capabilities;
|
||||
struct timespec last_event;
|
||||
|
||||
struct wlr_data_device *data_device; // TODO needed?
|
||||
struct wlr_data_source *selection_source;
|
||||
struct wlr_data_source *selection_data_source;
|
||||
uint32_t selection_serial;
|
||||
|
||||
struct wlr_primary_selection_source *primary_selection_source;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue