mirror of
https://github.com/hyprwm/Hyprland
synced 2025-04-12 22:38:01 +02:00
This adds a .clang-tidy file for us. It's not a strict requirement to be compliant, but I tuned it to be alright.
13 lines
342 B
C++
13 lines
342 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>
|
|
|
|
// NOLINTNEXTLINE
|
|
using namespace Hyprutils::Math;
|
|
|
|
eTransform wlTransformToHyprutils(wl_output_transform t);
|
|
wl_output_transform invertTransform(wl_output_transform tr);
|