Merge remote-tracking branch 'simon/fix/hyprutils'

This commit is contained in:
outfoxxed 2024-06-12 13:10:17 -07:00
commit 2cb29ab93a
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 2 additions and 1 deletions

View file

@ -7,11 +7,11 @@
#include <hyprland/src/helpers/Box.hpp>
#include <hyprland/src/helpers/Color.hpp>
#include <hyprland/src/render/OpenGL.hpp>
#include <hyprutils/memory/SharedPtr.hpp>
#include <pango/pangocairo.h>
#include <pixman.h>
#include "globals.hpp"
#include "src/helpers/memory/SharedPtr.hpp"
#include "src/render/Texture.hpp"
Hy3TabBarEntry::Hy3TabBarEntry(Hy3TabBar& tab_bar, Hy3Node& node): tab_bar(tab_bar), node(node) {

View file

@ -3,6 +3,7 @@
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/desktop/DesktopTypes.hpp>
#include <hyprland/src/plugins/PluginAPI.hpp>
#include <hyprutils/string/String.hpp>
#include "dispatchers.hpp"
#include "globals.hpp"