[vlc-devel] commit: WinCE: fix window size in wing{d, ap}i video output (Pierre Ynard )
git version control
git at videolan.org
Fri Nov 20 19:06:34 CET 2009
vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Fri Nov 20 19:01:10 2009 +0100| [b88e129f4a81f2a031f9ddc489295451f3d0e4d9] | committer: Pierre Ynard
WinCE: fix window size in wing{d,ap}i video output
(cherry picked from commit 64ebe1ee52f6eb5873f51f9d10059f0e22d36167)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b88e129f4a81f2a031f9ddc489295451f3d0e4d9
---
modules/video_output/msw/vout.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/msw/vout.h b/modules/video_output/msw/vout.h
index 0bf8b6e..ab76e2b 100644
--- a/modules/video_output/msw/vout.h
+++ b/modules/video_output/msw/vout.h
@@ -272,7 +272,7 @@ void Win32ToggleFullscreen ( vout_thread_t *p_vout );
*****************************************************************************/
#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