desktop: cleanup, unify desktop elements as views (#12563)
This commit is contained in:
parent
834f019bab
commit
920353370b
105 changed files with 2636 additions and 2337 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include "DecorationPositioner.hpp"
|
||||
#include "../../desktop/Window.hpp"
|
||||
#include "../../desktop/view/Window.hpp"
|
||||
#include "../../managers/HookSystemManager.hpp"
|
||||
#include "../../managers/LayoutManager.hpp"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include "../../helpers/math/Math.hpp"
|
||||
#include "../../desktop/DesktopTypes.hpp"
|
||||
|
||||
class CWindow;
|
||||
class IHyprWindowDecoration;
|
||||
|
||||
enum eDecorationPositioningPolicy : uint8_t {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#include "IHyprWindowDecoration.hpp"
|
||||
|
||||
class CWindow;
|
||||
|
||||
IHyprWindowDecoration::IHyprWindowDecoration(PHLWINDOW pWindow) : m_window(pWindow) {
|
||||
;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ enum eDecorationFlags : uint8_t {
|
|||
DECORATION_NON_SOLID = 1 << 2, /* this decoration is not solid. Other decorations should draw on top of it. Example: shadow */
|
||||
};
|
||||
|
||||
class CWindow;
|
||||
class CMonitor;
|
||||
class CDecorationPositioner;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue