]> git.sesse.net Git - vlc/commit
DirectX plugin changes:
authorGildas Bazin <gbazin@videolan.org>
Wed, 11 Jul 2001 14:26:19 +0000 (14:26 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 11 Jul 2001 14:26:19 +0000 (14:26 +0000)
commit23b4e9ba903b6d8b8b03998d7cea33f3c3160f4d
tree481ac5d1e2117e85dfd89e342a143f19fd38f43e
parenta50a0a25f56aaada717d6265a7b2d9b34dccfb4c
DirectX plugin changes:
- The Win32 GetMessage function has been isolated in a thread. This has
    been done because this function can block the thread. Thanks to this
    change, you can now move your window without any video and audio
    interruption.
- Splitted the events handling code into a separate file.
- Fixed the bug associated with the window dragging option in the
    diplay properties.
plugins/directx/Makefile
plugins/directx/vout_directx.c
plugins/directx/vout_directx.h [new file with mode: 0644]
plugins/directx/vout_events.c [new file with mode: 0644]