Rename matrix.h to libweston/matrix.h

matrix.h is a public installed header and even used by libweston.h.

See "Rename compositor.h to libweston/libweston.h" for rationale.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen
2019-04-04 13:47:40 +03:00
parent 9eda0ea825
commit 96dc449259
10 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
#include "window.h"
#include "shared/helpers.h"
#include "shared/matrix.h"
#include <libweston/matrix.h>
/* Our points for the calibration must be not be on a line */
static const struct {
@@ -286,7 +286,7 @@ main(int argc, char *argv[])
break;
}
}
display = display_create(&argc, argv);
if (display == NULL) {
+1 -1
View File
@@ -40,7 +40,7 @@
#include "clients/window.h"
#include "shared/helpers.h"
#include "shared/matrix.h"
#include <libweston/matrix.h>
#include "weston-touch-calibration-client-protocol.h"