all: chase hyprland fixes (#238)

* Fix 60c5c63

* Also update to most recent commit
This commit is contained in:
Constantin Piber
2024-11-02 23:55:20 +01:00
committed by GitHub
parent 60c5c6330b
commit c347d8ad9b
4 changed files with 5 additions and 5 deletions

View File

@ -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;