[vlc-commits] macosx: Move input-related code to own class
David Fuhrmann
git at videolan.org
Sat Jun 27 19:38:51 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sat Jun 27 19:35:15 2015 +0200| [0eaddd99fb3e55dc7a3ea252c8392b4fc5fe9581] | committer: David Fuhrmann
macosx: Move input-related code to own class
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0eaddd99fb3e55dc7a3ea252c8392b4fc5fe9581
---
modules/gui/macosx/InputManager.h | 62 ++++++
modules/gui/macosx/InputManager.m | 399 +++++++++++++++++++++++++++++++++++++
modules/gui/macosx/Makefile.am | 3 +-
modules/gui/macosx/intf.h | 31 +--
modules/gui/macosx/intf.m | 360 ++-------------------------------
5 files changed, 487 insertions(+), 368 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=0eaddd99fb3e55dc7a3ea252c8392b4fc5fe9581
More information about the vlc-commits
mailing list