Skip to content
Commit 3d5d9476 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

Rename compositor.h to libweston/libweston.h



The main idea is to make libweston users use the form

 #include <libweston/libweston.h>

instead of the plain

 #include <compositor.h>

which is prone to name conflicts. This is reflected both in the installed
files, and the internal header search paths so that Weston would use the exact
same form as an external project using libweston would.

The public headers are moved under a new top-level directory include/ to make
them clearly stand out as special (public API).

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
parent a78cf775
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment