summaryrefslogtreecommitdiff
path: root/src/wayland/meta-selection-source-wayland-private.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-11-23 11:48:53 +0100
committerCarlos Garnacho <carlosg@gnome.org>2019-05-02 16:31:45 +0200
commit02c99524bf1e6818e6d882b49eee3e64f772316a (patch)
tree1c4d42db5dce472c37290defc146d04b223ed930 /src/wayland/meta-selection-source-wayland-private.h
parent17d00d49d49d49bdac0fafcf8047ad997f801cd6 (diff)
downloadmutter-02c99524bf1e6818e6d882b49eee3e64f772316a.tar.gz
Make MetaSelection, MetaSelectionSource and MetaMemorySelectionSource public
This exposes the base so that we can reimplement StClipboard on top. Some gtk-docs have been added for documentation and introspection purposes. https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
Diffstat (limited to 'src/wayland/meta-selection-source-wayland-private.h')
-rw-r--r--src/wayland/meta-selection-source-wayland-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-selection-source-wayland-private.h b/src/wayland/meta-selection-source-wayland-private.h
index 5976271cf..6affc77a8 100644
--- a/src/wayland/meta-selection-source-wayland-private.h
+++ b/src/wayland/meta-selection-source-wayland-private.h
@@ -24,7 +24,7 @@
#include <wayland-server.h>
-#include "core/meta-selection-source.h"
+#include "meta/meta-selection-source.h"
#define META_TYPE_SELECTION_SOURCE_WAYLAND (meta_selection_source_wayland_get_type ())