diff options
author | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-27 18:57:14 +0000 |
commit | 80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a (patch) | |
tree | f668b24bdb491ce7e3b8f4e4fb695f7047ca5b09 /src/split.c | |
parent | 811f8aeb91e0b501930359593ff6d3d3401bde3a (diff) | |
download | ratpoison-80ccb561f9b3ab45b2cb6194bb9970caac0f2d3a.zip |
code cleanup, unmap_notify bug fixes
Diffstat (limited to 'src/split.c')
-rw-r--r-- | src/split.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/split.c b/src/split.c index 36b7b91..28e4c5c 100644 --- a/src/split.c +++ b/src/split.c @@ -253,7 +253,6 @@ split_frame (rp_window_frame *frame, int way) maximize (win); unhide_window (win); -/* unhide_transient_for (win); */ XRaiseWindow (dpy, win->w); } else @@ -309,7 +308,6 @@ remove_all_splits () { if (win->frame == frame) hide_window (win); -/* hide_transient_for (cur->win); */ } } free (frame); @@ -545,7 +543,6 @@ blank_frame (rp_window_frame *frame) { if (frame->win == NULL) return; -/* hide_transient_for (frame->win); */ hide_window (frame->win); set_frames_window (frame, NULL); |