[vlc-devel] commit: WinCE: fix window size in wing{d, ap}i video output again ( Pierre Ynard )
git version control
git at videolan.org
Tue Jan 5 23:53:34 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Jan 5 23:53:01 2010 +0100| [a496245c8d8e2abd3779cf6cd6674cb9b3a480fe] | committer: Pierre Ynard
WinCE: fix window size in wing{d,ap}i video output again
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a496245c8d8e2abd3779cf6cd6674cb9b3a480fe
---
modules/video_output/msw/common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/msw/common.h b/modules/video_output/msw/common.h
index 44fcb62..291d8e0 100644
--- a/modules/video_output/msw/common.h
+++ b/modules/video_output/msw/common.h
@@ -256,7 +256,7 @@ void AlignRect(RECT *, int align_boundary, int align_size);
*****************************************************************************/
#ifdef UNDER_CE
-#define AdjustWindowRect(a,b,c)
+#define AdjustWindowRect(a,b,c) AdjustWindowRectEx(a,b,c,0)
#ifndef GCL_HBRBACKGROUND
# define GCL_HBRBACKGROUND (-10)
More information about the vlc-devel
mailing list