diff --git a/src/core/Hypridle.cpp b/src/core/Hypridle.cpp index 4de0a42..8c85e9d 100644 --- a/src/core/Hypridle.cpp +++ b/src/core/Hypridle.cpp @@ -430,7 +430,7 @@ static void handleDbusBlockInhibitsPropertyChanged(sdbus::Message msg) { } } -static int handleDbusScreensaver(std::string app, std::string reason, uint32_t cookie, bool inhibit, const char* sender) { +static uint32_t handleDbusScreensaver(std::string app, std::string reason, uint32_t cookie, bool inhibit, const char* sender) { std::string ownerID = sender; if (!inhibit) {