Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
data_device
|
|
While they could eventually be split appart, the current approach could lead to
double wl_list_remove() calls on selections which is incorrect
|
|
This is necessary if our last primary/clipboard selection was on Xwayland,
and we try to paste to native wayland after Xwayland died
|
|
Just abort and deregister instead of trying to throw some input out,
which would have lead to inconsistent paste
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit e3542d879d50d6239ad4ca24b4d30520fef40a87.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|