mutter/src/meta
Dan Winship c84da3ce1b Move the installed includes to a subdir
If mutter is going to be a "real" library, then it should install its
includes so that users can do

    #include <meta/display.h>

rather than

    #include <display.h>

So rename the includedir accordingly, move src/include to src/meta,
and fix up all internal references.

There were a handful of header files in src/include that were not
installed; this appears to have been part of a plan to keep core/,
ui/, and compositor/ from looking at each others' private includes,
but that wasn't really working anyway. So move all non-installed
headers back into core/ or ui/.

https://bugzilla.gnome.org/show_bug.cgi?id=643959
2011-03-07 18:19:53 -05:00
..
atomnames.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
boxes.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
common.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
compositor-mutter.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
compositor.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
display.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
errors.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
gradient.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
group.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
keybindings.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
main.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-plugin.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-shadow-factory.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
meta-window-actor.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
prefs.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
preview-widget.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
screen.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
theme.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
types.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
util.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
window.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00
workspace.h Move the installed includes to a subdir 2011-03-07 18:19:53 -05:00