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

This commit is contained in:
Pierre Ynard 2009-11-20 19:01:10 +01:00
parent 66a90b9b90
commit 64ebe1ee52

View File

@ -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)