Ticket #1950: vo_directx_minimize_fix.patch
| File vo_directx_minimize_fix.patch, 423 bytes (added by , 15 years ago) |
|---|
-
libvo/vo_directx.c
488 488 rd.right=rd.left+width; 489 489 rd.bottom=rd.top+height; 490 490 491 if(!width || !height){ 492 /*window is minimized*/ 493 return 0; 494 } 495 491 496 /*ok, let's workaround some overlay limitations*/ 492 497 if(!nooverlay) 493 498 {
