mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-12 09:09:49 +01:00
input-capture: code cleanup
This commit is contained in:
parent
fb749a680e
commit
92f89443b5
2 changed files with 0 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
#include "InputCapture.hpp"
|
||||
#include "hyprland-input-capture-v1.hpp"
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <wayland-util.h>
|
||||
|
||||
CInputCaptureProtocol::CInputCaptureProtocol(const wl_interface* iface, const int& ver, const std::string& name) : IWaylandProtocol(iface, ver, name) {
|
||||
active = false;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "WaylandProtocol.hpp"
|
||||
#include "hyprland-input-capture-v1.hpp"
|
||||
#include <hyprutils/math/Vector2D.hpp>
|
||||
|
||||
|
|
Loading…
Reference in a new issue