summaryrefslogtreecommitdiff
path: root/src/split.c
diff options
context:
space:
mode:
authorShawn <sabetts@juicebox>2008-10-10 13:04:12 -0700
committerShawn <sabetts@juicebox.(none)>2008-10-10 13:07:47 -0700
commitcc668c2218aad54cd27d1a8611de864372156cb0 (patch)
treef613bdad0345b99f72b19936bd572f3fe83c9870 /src/split.c
parent497fb323835bbb3cceb39874e7555b565863c7e8 (diff)
downloadratpoison-cc668c2218aad54cd27d1a8611de864372156cb0.zip
choose a better approach to setting the border color in remove_frame
* remove call to give_window_focus in remove_frame * set the border color in hide_window calling give_window_focus in remove_frame was plain incorrect. setting it in hide_window might be considered overkill but I believe it will catch this case and any others that might be lurking.
Diffstat (limited to 'src/split.c')
-rw-r--r--src/split.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c
index 561e928..6a6773d 100644
--- a/src/split.c
+++ b/src/split.c
@@ -808,7 +808,6 @@ remove_frame (rp_frame *frame)
{
rp_window *new = find_window_number (cur->win_number);
maximize_all_windows_in_frame (cur);
- give_window_focus (new, win);
XRaiseWindow (dpy, new->w);
}
}