parent
85da9df807
commit
b6a3f240c7
@ -1,5 +1,5 @@
|
|||||||
#ifndef WLR_RENDER_MATRIX_H
|
#ifndef WLR_TYPES_WLR_MATRIX_H
|
||||||
#define WLR_RENDER_MATRIX_H
|
#define WLR_TYPES_WLR_MATRIX_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <wlr/types/wlr_box.h>
|
#include <wlr/types/wlr_box.h>
|
@ -1,7 +1,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <wayland-server-protocol.h>
|
#include <wayland-server-protocol.h>
|
||||||
#include <wlr/render/matrix.h>
|
#include <wlr/types/wlr_matrix.h>
|
||||||
#include <wlr/types/wlr_box.h>
|
#include <wlr/types/wlr_box.h>
|
||||||
#include <wlr/types/wlr_output.h>
|
#include <wlr/types/wlr_output.h>
|
||||||
|
|
Loading…
Reference in new issue