mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
internal: cleanup headers in helpers/
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#include "../../defines.hpp"
|
||||
|
||||
enum eDecorationType
|
||||
{
|
||||
enum eDecorationType {
|
||||
DECORATION_NONE = -1,
|
||||
DECORATION_GROUPBAR,
|
||||
DECORATION_SHADOW,
|
||||
@@ -18,7 +17,7 @@ struct SWindowDecorationExtents {
|
||||
class CWindow;
|
||||
class CMonitor;
|
||||
|
||||
interface IHyprWindowDecoration {
|
||||
class IHyprWindowDecoration {
|
||||
public:
|
||||
virtual ~IHyprWindowDecoration() = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user