From ea96e5e16f964c71f2ac3fcf5237542e4776221c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Dec 2010 00:14:53 -0500 Subject: Explode gdkinternals.h into per-class private headers At the same time, move some more class and instance structs out of public headers. --- gdk/Makefile.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'gdk/Makefile.am') diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 801719d9ac..3413076249 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -96,9 +96,18 @@ gdk_built_public_sources = \ gdkenumtypes.h gdk_private_headers = \ - gdkinternals.h \ + gdkapplaunchcontextprivate.h \ + gdkdevicemanagerprivate.h \ gdkdeviceprivate.h \ - gdkintl.h + gdkdisplaymanagerprivate.h \ + gdkdisplayprivate.h \ + gdkdndprivate.h \ + gdkscreenprivate.h \ + gdkinternals.h \ + gdkintl.h \ + gdkkeysprivate.h \ + gdkvisualprivate.h \ + gdkpoly-generic.h gdk_c_sources = \ gdk.c \ -- cgit v1.2.1