refactor: move window.hpp to desktop/

This commit is contained in:
Vaxry
2024-03-20 01:44:51 +00:00
parent f6038837bc
commit 8593c45be3
14 changed files with 30 additions and 23 deletions

View File

@@ -1,9 +1,10 @@
#pragma once
#include "../defines.hpp"
#include "../Window.hpp"
#include <any>
class CWindow;
struct SWindowRenderLayoutHints {
bool isBorderGradient = false;
CGradientValueData* borderGradient;