all: chase hyprland

This commit is contained in:
Vaxry 2025-01-17 19:20:10 +01:00
parent b4c0fa3ebc
commit d2dad5b434
6 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/xwayland/XSurface.hpp>
#include <hyprland/src/managers/SeatManager.hpp>
#include <hyprland/src/render/Renderer.hpp>
#include "globals.hpp"

View file

@ -6,6 +6,7 @@
#include <hyprland/src/managers/SeatManager.hpp>
#include <hyprland/src/managers/input/InputManager.hpp>
#include <hyprland/src/render/Renderer.hpp>
#include <hyprland/src/managers/LayoutManager.hpp>
#include <pango/pangocairo.h>
#include "globals.hpp"

View file

@ -6,6 +6,7 @@
#include <hyprland/src/render/OpenGL.hpp>
#include <hyprland/src/devices/IPointer.hpp>
#include <hyprland/src/devices/ITouch.hpp>
#include <hyprland/src/desktop/WindowRule.hpp>
#include "globals.hpp"
#define private public

View file

@ -4,6 +4,8 @@
#include <hyprland/src/render/Renderer.hpp>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/config/ConfigValue.hpp>
#include <hyprland/src/managers/AnimationManager.hpp>
#include <hyprland/src/managers/input/InputManager.hpp>
#undef private
#include "OverviewPassElement.hpp"

View file

@ -8,6 +8,7 @@
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/render/Shaders.hpp>
#include <hyprland/src/render/Renderer.hpp>
#include <hyprland/src/managers/HookSystemManager.hpp>
#include "globals.hpp"
#include "shaders.hpp"

View file

@ -12,6 +12,8 @@
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/render/Renderer.hpp>
#include <hyprland/src/managers/LayoutManager.hpp>
#include <hyprland/src/managers/input/InputManager.hpp>
#undef private
#include "globals.hpp"