commit | 4a822495fad43b8b971ed49184ebd4eebe24b674 | [log] [tgz] |
---|---|---|
author | Rob Bradford <rob@linux.intel.com> | Mon Dec 03 19:44:14 2012 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Dec 06 15:53:03 2012 -0500 |
tree | a7fc91ebe89ad60f5811bf6b1a9f7bb2eedeecee | |
parent | 80137f3afe749748d0350582730b89298ec1749c [diff] [blame] |
Move matrix.[ch] to shared This means it can be used for the calibration tool.
diff --git a/src/compositor.h b/src/compositor.h index 2547da1..ff7c932 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -28,7 +28,7 @@ #include <xkbcommon/xkbcommon.h> #include <wayland-server.h> -#include "matrix.h" +#include "../shared/matrix.h" #include "../shared/config-parser.h" #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])