From a496245c8d8e2abd3779cf6cd6674cb9b3a480fe Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 5 Jan 2010 23:53:01 +0100 Subject: [PATCH] WinCE: fix window size in wing{d,ap}i video output again --- modules/video_output/msw/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_output/msw/common.h b/modules/video_output/msw/common.h index 44fcb62694..291d8e04bf 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) -- 2.39.2