vile
[Top][All Lists]
Advanced

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

Re: [vile] x11.c patch


From: Thomas Dickey
Subject: Re: [vile] x11.c patch
Date: Sat, 13 Oct 2018 15:15:12 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

On Sat, Oct 13, 2018 at 01:55:09PM -0400, Wayne Cuddy wrote:
> When running xvile under the CTWM window manager CTWM does not assign
> xvile the input (keyboard) focus. The window can be raised and lowered
> but it will not receive the input focus after it is switched to another
> window. I believe this is because the InputHint is being cleared in
> x11.c:x_load_icon().
> 
> I propose the following patch:
> 
> 1822c1822
> <           hints->flags = IconPixmapHint;
> ---
> >           hints->flags |= IconPixmapHint;

thanks :-)

-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

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