Vlad Zahorodnii
|
6a0fd1d608
|
xwayland: Emit AbstractDataSource::aboutToBeDestroyed() signal
The seat needs the AbstractDataSource::aboutToBeDestroyed() signal to
properly clean up its tracked primary selection.
BUG: 449101
|
2022-01-25 08:32:09 +00:00 |
|
David Edmundson
|
65f168e144
|
Use a direct connection for X to wayland drags
We already use a direct DataSource object for transfer.
Use of the new public SeatInterface::startDrag allows us to start our drag directly.
|
2021-09-09 11:13:02 +00:00 |
|
David Redondo
|
bc17d0aebd
|
xwl: Use direct way of syncing clipboard
Like the primary selection, sync the clipboard directly without
doing any roudntrips through the internal connection.
|
2021-08-19 14:59:13 +00:00 |
|