2024-06-19 16:20:06 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <wayland-server-protocol.h>
|
|
|
|
|
|
|
|
|
|
// includes box and vector as well
|
|
|
|
|
#include <hyprutils/math/Region.hpp>
|
2024-09-25 10:01:13 +01:00
|
|
|
#include <hyprutils/math/Mat3x3.hpp>
|
2024-06-19 16:20:06 +02:00
|
|
|
|
|
|
|
|
using namespace Hyprutils::Math;
|
|
|
|
|
|
2024-07-21 13:09:54 +02:00
|
|
|
eTransform wlTransformToHyprutils(wl_output_transform t);
|
|
|
|
|
wl_output_transform invertTransform(wl_output_transform tr);
|