Skip to content

Commit

Permalink
core: handleDbusScreensaver must return uint32 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Oct 23, 2024
1 parent af2d65d commit 4d2fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hypridle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4d2fb9e

Please sign in to comment.