]> git.sesse.net Git - vlc/commit
ALL: OS X OpenGL provider
authorEric Petit <titer@videolan.org>
Tue, 17 Aug 2004 15:17:04 +0000 (15:17 +0000)
committerEric Petit <titer@videolan.org>
Tue, 17 Aug 2004 15:17:04 +0000 (15:17 +0000)
commitd4ac5770da4685f9461a6ec0a8c3a9d75b02d180
treef35e8ef3a4acd381a3c7b1aad73fe40357a84785
parentbb7f54bbb197ded6cd1998c3dcfec29bbf9feb2a
 ALL: OS X OpenGL provider
  + vout.m contains the common code for the QT video output and the
    GL provider (window creation, events handling)
  + opengl.c: higher priority on OS X
 Things are a bit broken atm, any help to debug is welcome ;p
modules/gui/macosx/Modules.am
modules/gui/macosx/controls.m
modules/gui/macosx/macosx.m
modules/gui/macosx/vout.h
modules/gui/macosx/vout.m
modules/gui/macosx/voutgl.m [new file with mode: 0644]
modules/gui/macosx/voutqt.m [new file with mode: 0644]
modules/video_output/opengl.c