From 22d53fb97cfd534b131b3f8a87afb56c55f1de52 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 16 Apr 2013 23:25:02 +0200 Subject: change reverse DNS strings to io.mpv.* fixes #60 --- video/out/cocoa_common.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/cocoa_common.m') diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index c1c576d366..836373e051 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -201,7 +201,7 @@ static void disable_power_management(struct vo *vo) assertion_type = kIOPMAssertionTypePreventUserIdleDisplaySleep; IOPMAssertionCreateWithName(assertion_type, kIOPMAssertionLevelOn, - CFSTR("org.mplayer2.power_mgmt"), &s->power_mgmt_assertion); + CFSTR("io.mpv.power_management"), &s->power_mgmt_assertion); } int vo_cocoa_init(struct vo *vo) -- cgit v1.2.3