[vlc-devel] commit: vout: expand stacking mode from boolean to unsigned ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Dec 26 19:01:25 CET 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Dec 26 19:36:37 2009 +0200| [76e8da0ff1691aad46f89810712c6eda6e548ee8] | committer: Rémi Denis-Courmont 

vout: expand stacking mode from boolean to unsigned

This enables passing a below state in addition to currently supported
always-on-top (above) and normal. (However, none of the window provider
support it just yet).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76e8da0ff1691aad46f89810712c6eda6e548ee8
---

 include/vlc_vout_display.h        |   22 +++++++++++----
 include/vlc_vout_wrapper.h        |    2 +-
 modules/video_output/macosx.m     |    2 +-
 modules/video_output/msw/common.c |    5 ++-
 modules/video_output/sdl.c        |    2 +-
 modules/video_output/wrapper.c    |    6 +++-
 modules/video_output/xcb/glx.c    |    5 ++-
 modules/video_output/xcb/x11.c    |    5 ++-
 modules/video_output/xcb/xvideo.c |    7 +++--
 src/libvlccore.sym                |    2 +-
 src/video_output/display.c        |   55 +++++++++++++++++++-----------------
 src/video_output/display.h        |    2 +-
 12 files changed, 67 insertions(+), 48 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=76e8da0ff1691aad46f89810712c6eda6e548ee8



More information about the vlc-devel mailing list