mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-12 10:49:50 +01:00
input-capture: fix build
This commit is contained in:
parent
b7fd9090e9
commit
6dfbcdc994
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include "InputCapture.hpp"
|
#include "InputCapture.hpp"
|
||||||
|
|
||||||
#include "../devices/IKeyboard.hpp"
|
|
||||||
#include "managers/SeatManager.hpp"
|
#include "managers/SeatManager.hpp"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
#include "hyprland-input-capture-v1.hpp"
|
#include "hyprland-input-capture-v1.hpp"
|
||||||
#include "../protocols/WaylandProtocol.hpp"
|
#include "../protocols/WaylandProtocol.hpp"
|
||||||
|
#include "../devices/IKeyboard.hpp"
|
||||||
#include <hyprutils/math/Vector2D.hpp>
|
#include <hyprutils/math/Vector2D.hpp>
|
||||||
|
|
||||||
class CInputCaptureProtocol : public IWaylandProtocol {
|
class CInputCaptureProtocol : public IWaylandProtocol {
|
||||||
|
|
Loading…
Reference in a new issue