diff options
author | emersion <contact@emersion.fr> | 2018-03-15 09:11:03 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-15 09:11:27 +0100 |
commit | b6a3f240c7621d1ebb5774fcdf7784d976500ee1 (patch) | |
tree | 3568b204f59726e4e9cf046af8fea7a42525f535 /rootston/output.c | |
parent | 85da9df8072ff200260eea73dc169d2b50ef0e7d (diff) |
matrix: move to types/
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index 4d0a9c05..bdf025ad 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -3,7 +3,7 @@ #include <stdbool.h> #include <stdlib.h> #include <time.h> -#include <wlr/render/matrix.h> +#include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_wl_shell.h> |