mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-05-12 13:20:36 +01:00

Fixes DMA buffer screencopy on nvidia cards. Additionally adds shm screencopy as an option
9 lines
279 B
C++
9 lines
279 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <hyprlang.hpp>
|
|
#include <hyprutils/math/Vector2D.hpp>
|
|
|
|
std::string absolutePath(const std::string&, const std::string&);
|
|
int64_t configStringToInt(const std::string& VALUE);
|
|
int createPoolFile(size_t size, std::string& name);
|