]> git.sesse.net Git - vlc/commit
vout: expand stacking mode from boolean to unsigned
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Dec 2009 17:36:37 +0000 (19:36 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 26 Dec 2009 17:39:43 +0000 (19:39 +0200)
commit76e8da0ff1691aad46f89810712c6eda6e548ee8
tree5e02b6296cf8be04a70b93146968eb72bbc9e34b
parente21af72667a0291da9decea43330b881fabf8939
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).
12 files changed:
include/vlc_vout_display.h
include/vlc_vout_wrapper.h
modules/video_output/macosx.m
modules/video_output/msw/common.c
modules/video_output/sdl.c
modules/video_output/wrapper.c
modules/video_output/xcb/glx.c
modules/video_output/xcb/x11.c
modules/video_output/xcb/xvideo.c
src/libvlccore.sym
src/video_output/display.c
src/video_output/display.h