xwayland: refactor selection code

This commit is contained in:
emersion 2018-04-03 12:12:57 -04:00
parent 67dec2da2b
commit 591ea27cf9
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
9 changed files with 1626 additions and 1530 deletions

View file

@ -1,7 +1,10 @@
lib_wlr_xwayland = static_library(
'wlr_xwayland',
files(
'selection.c',
'selection/dnd.c',
'selection/incoming.c',
'selection/outgoing.c',
'selection/selection.c',
'sockets.c',
'xwayland.c',
'xwm.c',