mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-01-23 11:29:48 +01:00
all: chase hyprland
This commit is contained in:
parent
b4c0fa3ebc
commit
d2dad5b434
6 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <hyprland/src/config/ConfigManager.hpp>
|
#include <hyprland/src/config/ConfigManager.hpp>
|
||||||
#include <hyprland/src/xwayland/XSurface.hpp>
|
#include <hyprland/src/xwayland/XSurface.hpp>
|
||||||
#include <hyprland/src/managers/SeatManager.hpp>
|
#include <hyprland/src/managers/SeatManager.hpp>
|
||||||
|
#include <hyprland/src/render/Renderer.hpp>
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#include <hyprland/src/managers/SeatManager.hpp>
|
#include <hyprland/src/managers/SeatManager.hpp>
|
||||||
#include <hyprland/src/managers/input/InputManager.hpp>
|
#include <hyprland/src/managers/input/InputManager.hpp>
|
||||||
#include <hyprland/src/render/Renderer.hpp>
|
#include <hyprland/src/render/Renderer.hpp>
|
||||||
|
#include <hyprland/src/managers/LayoutManager.hpp>
|
||||||
#include <pango/pangocairo.h>
|
#include <pango/pangocairo.h>
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#include <hyprland/src/render/OpenGL.hpp>
|
#include <hyprland/src/render/OpenGL.hpp>
|
||||||
#include <hyprland/src/devices/IPointer.hpp>
|
#include <hyprland/src/devices/IPointer.hpp>
|
||||||
#include <hyprland/src/devices/ITouch.hpp>
|
#include <hyprland/src/devices/ITouch.hpp>
|
||||||
|
#include <hyprland/src/desktop/WindowRule.hpp>
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
|
||||||
#define private public
|
#define private public
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
#include <hyprland/src/render/Renderer.hpp>
|
#include <hyprland/src/render/Renderer.hpp>
|
||||||
#include <hyprland/src/Compositor.hpp>
|
#include <hyprland/src/Compositor.hpp>
|
||||||
#include <hyprland/src/config/ConfigValue.hpp>
|
#include <hyprland/src/config/ConfigValue.hpp>
|
||||||
|
#include <hyprland/src/managers/AnimationManager.hpp>
|
||||||
|
#include <hyprland/src/managers/input/InputManager.hpp>
|
||||||
#undef private
|
#undef private
|
||||||
#include "OverviewPassElement.hpp"
|
#include "OverviewPassElement.hpp"
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#include <hyprland/src/config/ConfigManager.hpp>
|
#include <hyprland/src/config/ConfigManager.hpp>
|
||||||
#include <hyprland/src/render/Shaders.hpp>
|
#include <hyprland/src/render/Shaders.hpp>
|
||||||
#include <hyprland/src/render/Renderer.hpp>
|
#include <hyprland/src/render/Renderer.hpp>
|
||||||
|
#include <hyprland/src/managers/HookSystemManager.hpp>
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
#include "shaders.hpp"
|
#include "shaders.hpp"
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
#include <hyprland/src/desktop/Window.hpp>
|
#include <hyprland/src/desktop/Window.hpp>
|
||||||
#include <hyprland/src/config/ConfigManager.hpp>
|
#include <hyprland/src/config/ConfigManager.hpp>
|
||||||
#include <hyprland/src/render/Renderer.hpp>
|
#include <hyprland/src/render/Renderer.hpp>
|
||||||
|
#include <hyprland/src/managers/LayoutManager.hpp>
|
||||||
|
#include <hyprland/src/managers/input/InputManager.hpp>
|
||||||
#undef private
|
#undef private
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
|
Loading…
Reference in a new issue