Skip to content

Commit 3523259

Browse files
committed
feat(xdp): add portal-based ValentClipboardAdapter
Add a clipboard adapter based on `org.freedesktop.portal.Clipboard` to eventually replace the Mutter plugin. closes #624
1 parent 3afadef commit 3523259

4 files changed

Lines changed: 1015 additions & 0 deletions

File tree

src/plugins/xdp/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugin_xdp_deps = [
1212
plugin_xdp_sources = files([
1313
'xdp-plugin.c',
1414
'valent-xdp-background.c',
15+
'valent-xdp-clipboard.c',
1516
'valent-xdp-input.c',
1617
'valent-xdp-session.c',
1718
'valent-xdp-utils.c',

0 commit comments

Comments
 (0)