Commit 64ebe1ee authored by Pierre Ynard's avatar Pierre Ynard

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

parent 66a90b9b
...@@ -255,7 +255,7 @@ void RestoreScreensaver ( vout_thread_t *p_vout ); ...@@ -255,7 +255,7 @@ void RestoreScreensaver ( vout_thread_t *p_vout );
*****************************************************************************/ *****************************************************************************/
#ifdef UNDER_CE #ifdef UNDER_CE
#define AdjustWindowRect(a,b,c) #define AdjustWindowRect(a,b,c) AdjustWindowRectEx(a,b,c,0)
#ifndef GCL_HBRBACKGROUND #ifndef GCL_HBRBACKGROUND
# define GCL_HBRBACKGROUND (-10) # define GCL_HBRBACKGROUND (-10)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment