[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:04:14 CET 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Nov 20 19:01:10 2009 +0100| [64ebe1ee52f6eb5873f51f9d10059f0e22d36167] | committer: Pierre Ynard 

WinCE: fix window size in wing{d,ap}i video output

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

 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 700fbaa..da44a42 100644
--- a/modules/video_output/msw/vout.h
+++ b/modules/video_output/msw/vout.h
@@ -255,7 +255,7 @@ void RestoreScreensaver ( 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