[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.162,1.163

Jindrich Makovicka makovick at kmlinux.fjfi.cvut.cz
Wed Feb 25 14:38:37 CET 2004


Jindrich Makovicka wrote:
>> set min width/height
> 
> breaks fullscreen mode with fvwm.

using BaseSize hint instead seems to work:

  vo_hint.base_width = 4;
  vo_hint.base_height = 4;
  vo_hint.flags |= PBaseSize;

-- 
Jindrich Makovicka




More information about the MPlayer-cvslog mailing list