Revert "internal: include headers from protocols/"

This reverts commit 550700bed0.

We can't cuz meson
This commit is contained in:
vaxerski 2023-04-27 13:55:13 +01:00
parent 550700bed0
commit 1a1656ddbf
9 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
#include "../events/Events.hpp"
#include "../defines.hpp"
#include "protocols/wlr-layer-shell-unstable-v1-protocol.h"
#include "wlr-layer-shell-unstable-v1-protocol.h"
#include "../Window.hpp"
#include "SubsurfaceTree.hpp"
#include "AnimatedVariable.hpp"

View File

@ -144,4 +144,4 @@ extern "C" {
#include "helpers/Vector2D.hpp"
#include "protocols/ext-workspace-unstable-v1-protocol.h"
#include "ext-workspace-unstable-v1-protocol.h"

View File

@ -1,7 +1,7 @@
#pragma once
#include "../defines.hpp"
#include "protocols/fractional-scale-v1-protocol.h"
#include "fractional-scale-v1-protocol.h"
#include <vector>
#include <algorithm>

View File

@ -1,6 +1,6 @@
#pragma once
#include "../defines.hpp"
#include "protocols/hyprland-global-shortcuts-v1-protocol.h"
#include "hyprland-global-shortcuts-v1-protocol.h"
#include <vector>
struct SShortcut {

View File

@ -1,7 +1,7 @@
#pragma once
#include "../defines.hpp"
#include "protocols/wlr-screencopy-unstable-v1-protocol.h"
#include "wlr-screencopy-unstable-v1-protocol.h"
#include <list>
#include <vector>

View File

@ -1,7 +1,7 @@
#pragma once
#include "../defines.hpp"
#include "protocols/text-input-unstable-v1-protocol.h"
#include "text-input-unstable-v1-protocol.h"
#include <vector>

View File

@ -1,8 +1,8 @@
#pragma once
#include "../defines.hpp"
#include "protocols/wlr-foreign-toplevel-management-unstable-v1-protocol.h"
#include "protocols/hyprland-toplevel-export-v1-protocol.h"
#include "wlr-foreign-toplevel-management-unstable-v1-protocol.h"
#include "hyprland-toplevel-export-v1-protocol.h"
#include "Screencopy.hpp"
#include <list>

View File

@ -1,6 +1,6 @@
#include "Renderer.hpp"
#include "../Compositor.hpp"
#include "protocols/linux-dmabuf-unstable-v1-protocol.h"
#include "linux-dmabuf-unstable-v1-protocol.h"
void renderSurface(struct wlr_surface* surface, int x, int y, void* data) {
const auto TEXTURE = wlr_surface_get_texture(surface);

View File

@ -1,6 +1,6 @@
#include "../includes.hpp"
#include "../helpers/MiscFunctions.hpp"
#include "protocols/ext-workspace-unstable-v1-protocol.h"
#include "ext-workspace-unstable-v1-protocol.h"
#include <assert.h>
#include <string.h>