diff options
author | sabetts <sabetts> | 2001-06-05 09:24:59 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-06-05 09:24:59 +0000 |
commit | c3d98d18c99f05be6ba966eafc0ebdda11c4ea3b (patch) | |
tree | 3de6860f10d5a126f32e4da45c95d64a283bb2a4 /src/list.c | |
parent | 20ccc501f79c79ad0f74287f48c7e108144db149 (diff) | |
download | ratpoison-c3d98d18c99f05be6ba966eafc0ebdda11c4ea3b.zip |
put back give_window_focus
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |