summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-19 16:02:25 +0000
committersabetts <sabetts>2001-08-19 16:02:25 +0000
commit0051fb43b7b468621d7826a9dfa54bac147c9a92 (patch)
tree8d7cb6da5f656fdc6a0320d596a5d5e998775b0e /ChangeLog
parent42f7ded762267cf4a94e1aef2368b21864969b2d (diff)
downloadratpoison-0051fb43b7b468621d7826a9dfa54bac147c9a92.zip
window switching flicker bug fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b1b1c8..405b357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-19 Shawn <sabetts@hotdog>
+
+ * src/events.c (cleanup_frame): unhide the new active window
+ before hiding the last window
+
+ * src/list.c (set_active_window): unhide the new active window
+ before hiding the last window.
+
2001-08-18 Shawn <sabetts@hotdog>
* src/actions.c (cmd_bind): Gobble whitespace between keystroke and command.