diff --git a/src/Makefile.am b/src/Makefile.am index 592d858e9..0718c6b06 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -323,6 +323,7 @@ libmutterinclude_headers = \ meta/meta-shaped-texture.h \ meta/meta-shadow-factory.h \ meta/meta-window-actor.h \ + meta/meta-window-shape.h \ meta/prefs.h \ meta/screen.h \ meta/theme.h \ diff --git a/src/compositor/meta-shadow-factory.c b/src/compositor/meta-shadow-factory.c index a72c91dd4..1ac2e465e 100644 --- a/src/compositor/meta-shadow-factory.c +++ b/src/compositor/meta-shadow-factory.c @@ -845,7 +845,7 @@ get_shadow_params (MetaShadowFactory *factory, } /** - * meta_shadow_factory_get_shadow: (skip) + * meta_shadow_factory_get_shadow: * @factory: a #MetaShadowFactory * @shape: the size-invariant shape of the window's region * @width: the actual width of the window's region