c84da3ce1b
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
31 lines
635 B
Plaintext
31 lines
635 B
Plaintext
# List of source files containing translatable strings.
|
|
# Please keep this file sorted alphabetically.
|
|
src/core/all-keybindings.h
|
|
src/core/bell.c
|
|
src/core/core.c
|
|
src/core/delete.c
|
|
src/core/display.c
|
|
src/core/errors.c
|
|
src/core/keybindings.c
|
|
src/core/main.c
|
|
src/core/mutter.c
|
|
src/core/prefs.c
|
|
src/core/screen.c
|
|
src/core/session.c
|
|
src/core/util.c
|
|
src/core/window.c
|
|
src/core/window-props.c
|
|
src/core/xprops.c
|
|
src/mutter.desktop.in
|
|
src/mutter-wm.desktop.in
|
|
src/mutter.schemas.in
|
|
src/tools/mutter-message.c
|
|
src/ui/frames.c
|
|
src/ui/menu.c
|
|
src/ui/metaaccellabel.c
|
|
src/ui/resizepopup.c
|
|
src/ui/theme.c
|
|
src/ui/theme-parser.c
|
|
src/ui/theme-viewer.c
|
|
|