]> git.sesse.net Git - vlc/commit
* added an alternate fullscreen method. With this method, _nothing_ is allowed
authorGildas Bazin <gbazin@videolan.org>
Sun, 17 Mar 2002 13:53:21 +0000 (13:53 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 17 Mar 2002 13:53:21 +0000 (13:53 +0000)
commit279de2ef05f1a7792d0f3cbaa2e66da74e587c37
treeb59435cd2090ff22d8d191b52ffc6319d428f00d
parent031f01c7440e6efce0febf9599de38cac13c3cf3
* added an alternate fullscreen method. With this method, _nothing_ is allowed
to be displayed on top of the video (especially not taskbars, etc...).
Of course this can also be annoying sometimes, this is why it's an option.

PS: does anybody know how not to propagate the Ctrl-Alt-Tab key event to the
window manager. I tryed XChangeWindowAttributes with do_not_propagate_mask but
it doesn't seem to work.
plugins/mga/xmga.c
plugins/x11/x11.c
plugins/x11/xcommon.c
plugins/x11/xcommon.h
plugins/x11/xvideo.c