From: Pierre Ynard Date: Tue, 5 Jan 2010 22:53:01 +0000 (+0100) Subject: WinCE: fix window size in wing{d,ap}i video output again X-Git-Tag: 1.1.0-ff~1418 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a496245c8d8e2abd3779cf6cd6674cb9b3a480fe;p=vlc WinCE: fix window size in wing{d,ap}i video output again --- 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)