[vlc-commits] commit: Fixed invalid mouse cursor state on win32 (close #3675). ( Laurent Aimar )
git at videolan.org
git at videolan.org
Fri Jun 11 00:24:01 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun 10 21:00:54 2010 +0200| [6034b5c50ffda54704f8e053a7b0b2a55bddb73d] | committer: Laurent Aimar
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6034b5c50ffda54704f8e053a7b0b2a55bddb73d
---
modules/video_output/msw/common.c | 13 +--
modules/video_output/msw/direct3d.c | 13 +--
modules/video_output/msw/directx.c | 13 +--
modules/video_output/msw/events.c | 196 +++++++++++++++++++----------------
modules/video_output/msw/events.h | 3 +-
modules/video_output/msw/glwin32.c | 14 +---
modules/video_output/msw/wingdi.c | 2 +-
7 files changed, 116 insertions(+), 138 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6034b5c50ffda54704f8e053a7b0b2a55bddb73d
More information about the vlc-commits
mailing list