mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 11:14:01 +00:00
all: chase hyprland
This commit is contained in:
@ -13,7 +13,7 @@ class CBordersPlusPlus : public IHyprWindowDecoration {
|
||||
|
||||
virtual void onPositioningReply(const SDecorationPositioningReply& reply);
|
||||
|
||||
virtual void draw(PHLMONITOR, float a);
|
||||
virtual void draw(PHLMONITOR, float const& a);
|
||||
|
||||
virtual eDecorationType getDecorationType();
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ class CHyprBar : public IHyprWindowDecoration {
|
||||
|
||||
virtual void onPositioningReply(const SDecorationPositioningReply& reply);
|
||||
|
||||
virtual void draw(PHLMONITOR, float a);
|
||||
virtual void draw(PHLMONITOR, float const& a);
|
||||
|
||||
virtual eDecorationType getDecorationType();
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ class CTrail : public IHyprWindowDecoration {
|
||||
|
||||
virtual void onPositioningReply(const SDecorationPositioningReply& reply);
|
||||
|
||||
virtual void draw(PHLMONITOR, float a);
|
||||
virtual void draw(PHLMONITOR, float const& a);
|
||||
|
||||
virtual eDecorationType getDecorationType();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user