diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:25:50 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 55f3451754eb284dde43fa46eebea61728c60c46 (patch) | |
tree | fbb21e2ee496508ce0ab2bde334bc89c6b2824de /gdk/Makefile.am | |
parent | 124cf96850bb985633d727ab4b08a0609db7c332 (diff) | |
download | gtk+-55f3451754eb284dde43fa46eebea61728c60c46.tar.gz |
x11: Move cursor API into gdkx11cursor.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 f35b349d02..0aeb3aba9f 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -216,6 +216,7 @@ x11_introspection_files = \ x11/xsettings-client.c \ x11/xsettings-common.c \ x11/gdkx.h \ + x11/gdkx11cursor.h \ x11/gdkx11window.h GdkX11-3.0.gir: libgdk-3.0.la Gdk-3.0.gir Makefile |