all repos — fluxbox @ 6f53cc5120e84607b875a0157ca789e436093e31

custom fork of the fluxbox windowmanager

cosmetic
mathias mathias
commit

6f53cc5120e84607b875a0157ca789e436093e31

parent

ab1a422ac60e2c199978e38d574c57d3924bd60f

1 files changed, 7 insertions(+), 8 deletions(-)

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

@@ -2798,8 +2798,8 @@ new_id = (cur_id + screen().getCount() - 1) % screen().getCount();

dx = screen().width() - me.x_root-1; // move mouse to screen width - 1 } if (new_id != cur_id) { - XWarpPointer(display, None, None, 0, 0, 0, 0, dx, 0); + XWarpPointer(display, None, None, 0, 0, 0, 0, dx, 0); screen().changeWorkspaceID(new_id); m_last_resize_x = me.x_root + dx;

@@ -2896,7 +2896,7 @@ //

// drag'n'drop code for tabs // FbTk::TextButton &active_button = *m_labelbuttons[(m_attaching_tab==0)?client:m_attaching_tab]; -; + if (m_attaching_tab == 0) { if (s_num_grabs > 0) return;

@@ -3361,7 +3361,7 @@ unsigned int bw;

for (; it != it_end; it++) { if ((*it) == this) continue; // skip myself - + bw = (*it)->decorationMask() & DECORM_ENABLED ? (*it)->frame().window().borderWidth() : 0; snapToWindow(dx, dy, left, right, top, bottom,

@@ -3486,12 +3486,11 @@ // since just detached, move relative to old location

if (client.m_win != 0) { client.m_win->move(frame().x() - m_last_resize_x + x, frame().y() - m_last_resize_y + y); client.m_win->show(); - } + } + } else if(attach_to_win==this && attach_to_win->isTabable()) { + //reording of tabs within a frame + moveClientTo(*old_attached, x, y); } - else if(attach_to_win==this && attach_to_win->isTabable()) { - //reording of tabs within a frame - moveClientTo(*old_attached, x, y); - } } }