mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 11:14:01 +00:00
all: chase hyprland fixes (#238)
* Fix 60c5c63
* Also update to most recent commit
This commit is contained in:
@ -59,7 +59,7 @@ std::string CBordersPlusPlus::getDisplayName() {
|
||||
return "Borders++";
|
||||
}
|
||||
|
||||
void CBordersPlusPlus::draw(PHLMONITOR pMonitor, float a) {
|
||||
void CBordersPlusPlus::draw(PHLMONITOR pMonitor, const float &a) {
|
||||
if (!validMapped(m_pWindow))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user