[MPlayer-cvslog] r18932 - trunk/libvo/w32_common.c
reimar
subversion at mplayerhq.hu
Fri Jul 7 13:14:26 CEST 2006
Author: reimar
Date: Fri Jul 7 13:14:25 2006
New Revision: 18932
Modified:
trunk/libvo/w32_common.c
Log:
Convince windows to allow window sizes > screen size
Modified: trunk/libvo/w32_common.c
==============================================================================
--- trunk/libvo/w32_common.c (original)
+++ trunk/libvo/w32_common.c Fri Jul 7 13:14:25 2006
@@ -58,6 +58,8 @@
vo_dwidth = r.right;
vo_dheight = r.bottom;
break;
+ case WM_WINDOWPOSCHANGING:
+ return 0;
case WM_CLOSE:
mplayer_put_key(KEY_CLOSE_WIN);
break;
More information about the MPlayer-cvslog
mailing list