diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2015-07-06 00:02:13 -0700 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2015-07-06 00:14:22 -0700 |
commit | b33a82eb7cdfdc57ecb9c9369b1d7fbac08f2717 (patch) | |
tree | 705897c901999210bc05257ebd0973c6a7b83d9a /doc | |
parent | 2705c87f741001b811c59ccbe662744c6e6fc67e (diff) | |
download | mutter-b33a82eb7cdfdc57ecb9c9369b1d7fbac08f2717.tar.gz |
Export the shadow factory
The elementary guys would like this as an API, and I don't see any
reason to refuse -- this is quite nice shadow painting code :)
For some reason, gobject-introspection can't seem to cope with
MetaWindowShape. I'll look into it a bit later, but for now, mark
the function it has trouble with as (skip).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index cae0b85c7..52e9ba3c7 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -84,7 +84,6 @@ IGNORE_HFILES= \ meta-dbus-login1.h \ meta-module.h \ meta-plugin-manager.h \ - meta-shadow-factory-private.h \ meta-texture-rectangle.h \ meta-texture-tower.h \ meta-window-actor-private.h \ |