summaryrefslogtreecommitdiff
path: root/gdk/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-18 19:21:33 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-18 19:21:33 +0100
commitea84e974e6eb8565554c8514cf18a326e5b256ed (patch)
tree8275f6c6df004361fa4e535ad2bb12bca4a37086 /gdk/meson.build
parentabc9b944f9153b5e770f0127589744c8b3f629c0 (diff)
downloadgtk+-ea84e974e6eb8565554c8514cf18a326e5b256ed.tar.gz
snapshot: Turn into GObject
This makes GdkSnapshot the base class for GtkSnapshot and hopefully stops confusing bindings. C code should see no difference to before.
Diffstat (limited to 'gdk/meson.build')
-rw-r--r--gdk/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdk/meson.build b/gdk/meson.build
index 7808ab20ea..8f69e1ca24 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -39,6 +39,7 @@ gdk_public_sources = files([
'gdkseat.c',
'gdkseatdefault.c',
'gdkselection.c',
+ 'gdksnapshot.c',
'gdktexture.c',
'gdkvulkancontext.c',
'gdkwindow.c',
@@ -81,6 +82,7 @@ gdk_public_headers = files([
'gdkrectangle.h',
'gdkrgba.h',
'gdkseat.h',
+ 'gdksnapshot.h',
'gdktexture.h',
'gdktypes.h',
'gdkvulkancontext.h',