stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] [BUG] problem with mplayer fullscreen


From: Simias
Subject: [STUMP] [BUG] problem with mplayer fullscreen
Date: Fri, 26 Jan 2007 01:57:01 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (berkeley-unix)

When I use mplayer fullscreen, the last pixel column on the right takes
background color (wallpaper or whatever). On sabetts's advice, i changed

(setf width  (truncate (* height hints-max-aspect)))

to

(setf width  (ceiling (* height hints-max-aspect)))

in core.lisp function "geometry-hints"

It solved the problem (at least for me), but sabetts wants to check
better, so this mail is more like a post-it than anything else...

-- 
Simias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]