]> git.sesse.net Git - vlc/commit
* video plugins that don't handle rescaling themselves have to let the
authorGildas Bazin <gbazin@videolan.org>
Mon, 6 May 2002 21:05:26 +0000 (21:05 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 6 May 2002 21:05:26 +0000 (21:05 +0000)
commit866149362989998c6aaabadbb3c639541148fb6b
tree0c5bce30697d5137e8036ed218633c0dab529c84
parentbe95ddf5087b624a9f6327d58b415b4a4e9729a4
* video plugins that don't handle rescaling themselves have to let the
  video_output thread know about resizing events (with VOUT_SIZE_CHANGE event).
  (this part needs some clean-up but it is basically working for the X11 and
   SDL plugins).

* fixed fullscreen for the SDL plugin.

* xmga and sdl now switch to fullscreen on double-click.
plugins/mga/xmga.c
plugins/sdl/vout_sdl.c
plugins/x11/xcommon.c
src/video_output/video_output.c