stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Bug fix: run-or-raise with float-windows


From: Shawn Betts
Subject: Re: [STUMP] Bug fix: run-or-raise with float-windows
Date: Mon, 24 May 2010 20:00:29 -0700

2010/5/24 Quentin Stievenart <address@hidden>:
> Hi,
>
> Stumpwm can't run-or-raise windows that are on float-groups because
> there's no frame associated with them and run-or-raise try to get the
> window's frame.
>
> I joined a patch to fix that, it avoid calling frames related functions
> when the window is a float-window.

Thanks for the patch Quentin, but I think it's too specific to be
added to the repo. It's conceivable that someone writes a different
floating group or some other unknown group style that doesn't have
frames. The right kind of fix would be one that eliminates anything
related to frames and instead make calls to appropriate generic
functions that each group can implement. Ideally such a function would
already exist or be reusable elsewhere in the source.

-Shawn



reply via email to

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