Why not putting these patches into the wiki?

Kind regards,
Anselm

2008/8/26 Frederik Schiewek <[EMAIL PROTECTED]>:
> On Mon, 25 Aug 2008 21:00:31 +0200
> Frederik Schiewek <[EMAIL PROTECTED]> wrote:
>
> Stealing pixels from the window is wrong ...
>> +     x =  alignright ? mw - (width ? width : mw) - xoffset : xoffset + 
>> border;
>> +     mw = (width ? width : mw) - (border * (alignright ? 1 : 2));
>
> This is more polite ...
> x =  alignright ? mw - (width ? width : mw) - xoffset - border : xoffset + 
> border;
> mw = width ? width : mw;

Reply via email to