diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:29:17 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 0ca6a7ab20c419405778c90909a26000f88ed720 (patch) | |
tree | f5eb9d04b40afd2517a825f5f445021c1ae45035 /gdk/Makefile.am | |
parent | 55f3451754eb284dde43fa46eebea61728c60c46 (diff) | |
download | gtk+-0ca6a7ab20c419405778c90909a26000f88ed720.tar.gz |
x11: Move visual-specific API into gdkx11visual.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 0aeb3aba9f..9f793c7130 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/gdkx11visual.h \ x11/gdkx11window.h GdkX11-3.0.gir: libgdk-3.0.la Gdk-3.0.gir Makefile |