all repos — fluxbox @ a8a5559b2109db48a1063ae059e604a236cfcc8a

custom fork of the fluxbox windowmanager

todo
fluxgen fluxgen
commit

a8a5559b2109db48a1063ae059e604a236cfcc8a

parent

aedc03538d6e1dc36fff891831c0f5ad430fce11

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/Windowmenu.ccsrc/Windowmenu.cc

@@ -21,7 +21,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Windowmenu.cc,v 1.16 2002/08/12 03:27:31 fluxgen Exp $ +// $Id: Windowmenu.cc,v 1.17 2002/08/31 10:42:25 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -274,6 +274,7 @@ if (getWindowMenu()->window->isStuck())

getWindowMenu()->window->stick(); if (button == 1) { + // TODO: use reassociateGroup from BScreen instead if (getWindowMenu()->window->hasTab()) { for (Tab *first = Tab::getFirst(getWindowMenu()->window->getTab()); first!=0; first=first->next()) {