all repos — fluxbox @ 4ffd744f81cf625c16e38e98168faa84e21ffbc9

custom fork of the fluxbox windowmanager

window wasn't staying focused when dragging across workspaces with outline window moving
markt markt
commit

4ffd744f81cf625c16e38e98168faa84e21ffbc9

parent

dbe528755ef388f5db01296eaf5dbabcb3c82ec7

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,9 @@

(Format: Year/Month/Day) Changes for 1.0rc3: *07/01/05: + * Window wasn't staying focused when dragging across workspaces with + outline window moving (Mark) + Window.cc * Fix placement of window menu with toolbar at the top of the screen, and remove titlebar from window menu (Mark) Window.cc IconButton.cc
M src/Window.ccsrc/Window.cc

@@ -3360,6 +3360,7 @@ moveResize(m_last_move_x, m_last_move_y, frame().width(), frame().height());

if (m_workspace_number != screen().currentWorkspaceID()) { screen().reassociateWindow(this, screen().currentWorkspaceID(), true); frame().show(); + setInputFocus(); } } fluxbox->ungrab();