* Meson: require hyprutils >= 0.2.3 * flake.lock: update hyprutils --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
12 lines
324 B
C++
12 lines
324 B
C++
#pragma once
|
|
|
|
#include <wayland-server-protocol.h>
|
|
|
|
// includes box and vector as well
|
|
#include <hyprutils/math/Region.hpp>
|
|
#include <hyprutils/math/Mat3x3.hpp>
|
|
|
|
using namespace Hyprutils::Math;
|
|
|
|
eTransform wlTransformToHyprutils(wl_output_transform t);
|
|
wl_output_transform invertTransform(wl_output_transform tr);
|