]> git.sesse.net Git - vlc/commit
macosx: vout drawable rework.
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 2 Mar 2009 20:32:13 +0000 (21:32 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 17 Mar 2009 13:03:09 +0000 (14:03 +0100)
commit054e7db91b9f4ad154af993e936f3cc94d34ae03
tree439a1f26557b6972500627a775bfbc86eb5bf673
parent42bf6ff2745694b9da7f60464d66d887a40a1843
macosx: vout drawable rework.

The macosx drawable variable that used to hold the drawable window reference is splitted up in two variables "drawable-agl" (used by macosx safari/mozilla plugin) and "drawable-gl" (used by macosx interface).
modules/gui/macosx/vout.m
modules/gui/macosx/voutgl.m
modules/video_output/opengllayer.m
src/control/libvlc_internal.h
src/control/media_player.c
src/control/video.c
src/libvlc.c