mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Merge remote-tracking branch 'simon/fix/hyprutils'
This commit is contained in:
commit
2cb29ab93a
2 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue