update wlroots dep

This commit is contained in:
vaxerski
2022-06-28 11:30:07 +02:00
parent c6f7eecf0f
commit 8b4a373efa
4 changed files with 62 additions and 4 deletions

View File

@@ -14,4 +14,6 @@ float vecToRectDistanceSquared(const Vector2D& vec, const Vector2D& p1, const Ve
void logSystemInfo();
std::string execAndGet(const char*);
float getPlusMinusKeywordResult(std::string in, float relative);
float getPlusMinusKeywordResult(std::string in, float relative);
void matrixProjection(float mat[9], int w, int h, wl_output_transform tr);