x11: Add X11 selection input/output streams

These are rip off of GTK+ ones, with some adaptions to integrate them in
mutter event dispatching code and make them easier to use in future
commits.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
This commit is contained in:
Carlos Garnacho
2018-11-18 10:49:36 +01:00
parent 736cac43e9
commit 156980eff9
7 changed files with 1298 additions and 1 deletions

View File

@@ -379,6 +379,10 @@ mutter_sources = [
'x11/meta-x11-display.c',
'x11/meta-x11-display-private.h',
'x11/meta-x11-errors.c',
'x11/meta-x11-selection-input-stream.c',
'x11/meta-x11-selection-input-stream-private.h',
'x11/meta-x11-selection-output-stream.c',
'x11/meta-x11-selection-output-stream-private.h',
'x11/mutter-Xatomtype.h',
'x11/session.c',
'x11/session.h',