Hello,

latest MPlayer CVS added code form mininum window size hinting, i.e.

vo_hint.min_width = 4;
vo_hint.min_height = 4;
vo_hint.flags |= PMinSize;
XSetWMNormalHints( mDisplay,vo_window,&vo_hint );

. However, with fvwm 2.5.8 (or 2.5.9 from current CVS) it behaves strangely. After going fullscreen pressing 'f', the movie window refuses to shrink back after another 'f' press, as it should, but it remains in the fullscreen size instead. It's possible to resize it manually using a mouse, but it seems that subsequent calls to XMoveResizeWindow() with smaller window size are ignored.

Regards,
--
Jindrich Makovicka
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to