summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-05 09:24:59 +0000
committersabetts <sabetts>2001-06-05 09:24:59 +0000
commitc3d98d18c99f05be6ba966eafc0ebdda11c4ea3b (patch)
tree3de6860f10d5a126f32e4da45c95d64a283bb2a4
parent20ccc501f79c79ad0f74287f48c7e108144db149 (diff)
downloadratpoison-c3d98d18c99f05be6ba966eafc0ebdda11c4ea3b.zip
put back give_window_focus
-rw-r--r--src/list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.c b/src/list.c
index 7751c69..99542d9 100644
--- a/src/list.c
+++ b/src/list.c
@@ -485,6 +485,8 @@ set_active_window (rp_window *win)
maximize (win);
unhide_window (win);
+ give_window_focus (win, last_win);
+
/* Make sure the program bar is always on the top */
update_window_names (win->scr);