diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:35:05 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 6dfa90f57c10366496258b814cd5a81ae233aa0a (patch) | |
tree | 8e30f2d0652abbd8ae4ef442d0d284008bb3d522 /gdk/Makefile.am | |
parent | 0ca6a7ab20c419405778c90909a26000f88ed720 (diff) | |
download | gtk+-6dfa90f57c10366496258b814cd5a81ae233aa0a.tar.gz |
x11: Move screen-specific API into gdkx11screen.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 9f793c7130..db744c25e6 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -217,6 +217,7 @@ x11_introspection_files = \ x11/xsettings-common.c \ x11/gdkx.h \ x11/gdkx11cursor.h \ + x11/gdkx11screen.h \ x11/gdkx11visual.h \ x11/gdkx11window.h |