cocoa_common: use better power management activity description

Now one might actually undestand why this power management assertion is used
in the first place.
This commit is contained in:
Stefano Pigozzi 2013-05-28 18:00:34 +02:00
parent ae1fa639e0
commit 14ff6bbf7c
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ static void disable_power_management(struct vo *vo)
IOPMAssertionCreateWithName(
kIOPMAssertionTypePreventUserIdleDisplaySleep,
kIOPMAssertionLevelOn,
CFSTR("io.mpv.power_management"),
CFSTR("io.mpv.video_playing_back"),
&s->power_mgmt_assertion);
}