mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
matrix: move to util/
wlr_matrix is not a standalone type like other headers in types/, it's more of an internal utility. Move it to the appropriate place.
This commit is contained in:
parent
c1eb053f5e
commit
639ca05d35
8 changed files with 6 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
#include <wlr/util/transform.h>
|
||||
#include "render/egl.h"
|
||||
#include "render/gles2.h"
|
||||
#include "types/wlr_matrix.h"
|
||||
#include "util/matrix.h"
|
||||
|
||||
#define MAX_QUADS 86 // 4kb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue