mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 23:25:58 +01:00
core: handleDbusScreensaver must return uint32 (#98)
This commit is contained in:
parent
af2d65dcdc
commit
4d2fb9e73e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
std::string ownerID = sender;
|
||||||
|
|
||||||
if (!inhibit) {
|
if (!inhibit) {
|
||||||
|
|
Loading…
Reference in a new issue