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/x11/Makefile.am | |
parent | 0ca6a7ab20c419405778c90909a26000f88ed720 (diff) | |
download | gtk+-6dfa90f57c10366496258b814cd5a81ae233aa0a.tar.gz |
x11: Move screen-specific API into gdkx11screen.h
Diffstat (limited to 'gdk/x11/Makefile.am')
-rw-r--r-- | gdk/x11/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/x11/Makefile.am b/gdk/x11/Makefile.am index 64e8d36d20..f6982d413a 100644 --- a/gdk/x11/Makefile.am +++ b/gdk/x11/Makefile.am @@ -77,6 +77,7 @@ libgdkinclude_HEADERS = \ libgdkx11include_HEADERS = \ gdkx11cursor.h \ + gdkx11screen.h \ gdkx11visual.h \ gdkx11window.h |