]> git.sesse.net Git - vlc/commit
Fixed invalid mouse cursor state on win32 (close #3675).
authorLaurent Aimar <fenrir@videolan.org>
Thu, 10 Jun 2010 19:00:54 +0000 (21:00 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 10 Jun 2010 22:20:33 +0000 (00:20 +0200)
commit6034b5c50ffda54704f8e053a7b0b2a55bddb73d
tree36e9469e12aff73b813e1dd8c0ac926c520b9f81
parent5422c4fa7ef126f40eefa692b4a14b35f55f01c5
Fixed invalid mouse cursor state on win32 (close #3675).

As a side effect, window class names are now uniques (process wide)
allowing to unregister them and so to unload properly the msw vouts.
modules/video_output/msw/common.c
modules/video_output/msw/direct3d.c
modules/video_output/msw/directx.c
modules/video_output/msw/events.c
modules/video_output/msw/events.h
modules/video_output/msw/glwin32.c
modules/video_output/msw/wingdi.c