]> git.sesse.net Git - vlc/commit
* modules/video_output/directx/*:
authorGildas Bazin <gbazin@videolan.org>
Thu, 22 Apr 2004 12:57:56 +0000 (12:57 +0000)
committerGildas Bazin <gbazin@videolan.org>
Thu, 22 Apr 2004 12:57:56 +0000 (12:57 +0000)
commit92be1f6158fbe8393c7c3aae2e35f489768ea340
tree8daa71f0410e2617aff43fe56f7ef0dd96a7636c
parent10a593e424a0fb2ae53b9bc083293d492e024a7c
* modules/video_output/directx/*:
  - Major changes to way the embedded vout is handled.
    + the vout windows are created in our event thread so we do receive the events now.
    + we do not use the external window directly (as for normal vout we create our vout window + video sub-window).
    + Create a WS_EX_NOPARENTNOTIFY vout window to make mozilla happy.
  - Improved the mouse auto-hide feature.
  - Do the DirectXUpdateOverlay() in the events thread. This should make S3 graphics cards happy again.
modules/video_output/directx/directx.c
modules/video_output/directx/events.c
modules/video_output/directx/vout.h