[vlc-commits] Dim MacBook keyboard backlight during video playback on OSX
Maxime Mouchet
git at videolan.org
Sat May 30 13:37:44 CEST 2015
vlc | branch: master | Maxime Mouchet <max at maxmouchet.com> | Thu May 28 20:24:43 2015 +0200| [2f4d08c60e018ea8a5aa433d9d4ecd5ec49275e9] | committer: David Fuhrmann
Dim MacBook keyboard backlight during video playback on OSX
This patch adds the option to smoothly turn off the keyboard backlight when
a video is playing in fullscreen, to the OSX user interface.
The option is off by default and it works better if the automatic
keyboard backlight adjustment is disabled in System Preferences.
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f4d08c60e018ea8a5aa433d9d4ecd5ec49275e9
---
modules/gui/macosx/KeyboardBacklight.h | 68 +++++++++++
modules/gui/macosx/KeyboardBacklight.m | 158 ++++++++++++++++++++++++++
modules/gui/macosx/Modules.am | 3 +
modules/gui/macosx/VLCVoutWindowController.h | 2 +
modules/gui/macosx/VLCVoutWindowController.m | 10 ++
modules/gui/macosx/macosx.m | 4 +
6 files changed, 245 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2f4d08c60e018ea8a5aa433d9d4ecd5ec49275e9
More information about the vlc-commits
mailing list