osc: fix use of deprecated idle property

Fixes regression since 7201fd7d
This commit is contained in:
Ricardo Constantino 2016-11-22 21:00:04 +00:00
parent 585c5c34f1
commit ebd9ce9fca
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 1 additions and 1 deletions

View File

@ -2213,7 +2213,7 @@ mp.observe_property("fullscreen", "bool",
request_init()
end
)
mp.observe_property("idle", "bool",
mp.observe_property("idle-active", "bool",
function(name, val)
state.idle = val
tick()