mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-08 05:34:22 -04: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
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "render/color.h"
|
||||
#include "render/vulkan.h"
|
||||
#include "types/wlr_matrix.h"
|
||||
#include "util/matrix.h"
|
||||
|
||||
static const struct wlr_render_pass_impl render_pass_impl;
|
||||
static const struct wlr_addon_interface vk_color_transform_impl;
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
#include "render/vulkan/shaders/quad.frag.h"
|
||||
#include "render/vulkan/shaders/output.frag.h"
|
||||
#include "types/wlr_buffer.h"
|
||||
#include "types/wlr_matrix.h"
|
||||
#include "util/time.h"
|
||||
|
||||
// TODO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue