mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 04:04:45 +08:00
WinCE: fix window size in wing{d,ap}i video output
This commit is contained in:
parent
66a90b9b90
commit
64ebe1ee52
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user