all: chase hyprland

This commit is contained in:
Vaxry 2024-03-20 03:02:10 +00:00
parent 4c9d83b981
commit 29f31da29a
8 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#include "borderDeco.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include "globals.hpp"

View File

@ -4,7 +4,7 @@
#include <any>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include "borderDeco.hpp"

View File

@ -3,7 +3,7 @@
#include <unistd.h>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include "globals.hpp"

View File

@ -1,7 +1,7 @@
#include "barDeco.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <pango/pangocairo.h>
#include "globals.hpp"

View File

@ -4,7 +4,7 @@
#include <any>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include "barDeco.hpp"

View File

@ -4,7 +4,7 @@
#include <any>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/render/Shaders.hpp>

View File

@ -1,7 +1,7 @@
#include "trail.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include "globals.hpp"

View File

@ -8,7 +8,7 @@
#define private public
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/Window.hpp>
#include <hyprland/src/desktop/Window.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/render/Renderer.hpp>
#undef private