mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 15:25:59 +01:00
input-capture: code cleanup
This commit is contained in:
parent
98ecfe583e
commit
36328f3f8c
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