diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:49:17 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:07 -0500 |
commit | ebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437 (patch) | |
tree | b5cc86b6fdf72202975e817e00e733f3a4d32ea3 /gdk/Makefile.am | |
parent | 7949073dd5e3ab8673883fb0c140d2ba01948b64 (diff) | |
download | gtk+-ebe46e6f9d1a8dcfe2ddd99a9049f2011bd5b437.tar.gz |
x11: Move selection-specific API into gdkx11selection.h
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 67e7b6a925..ad795efb4d 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -219,6 +219,7 @@ x11_introspection_files = \ x11/gdkx11cursor.h \ x11/gdkx11display.h \ x11/gdkx11screen.h \ + x11/gdkx11selection.h \ x11/gdkx11visual.h \ x11/gdkx11window.h |