[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:41:45 CEST 2010


vlc/vlc-1.1 | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jun 10 21:00:54 2010 +0200| [e290c329acb5dacdb5ab0ef019bf979a8b1db182] | committer: Jean-Baptiste Kempf 

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.
(cherry picked from commit 6034b5c50ffda54704f8e053a7b0b2a55bddb73d)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e290c329acb5dacdb5ab0ef019bf979a8b1db182
---

 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/vlc-1.1.git/?a=commitdiff;h=e290c329acb5dacdb5ab0ef019bf979a8b1db182


More information about the vlc-commits mailing list