diff options
author | sabetts <sabetts> | 2006-02-26 23:20:07 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-02-26 23:20:07 +0000 |
commit | 50171e15dbe6a51464059ad820f5a0464f3d60fa (patch) | |
tree | bd8909431b6f2884319f8821bac6bf38d7dad1e4 /ChangeLog | |
parent | 23b3dd1114f608ffbef9d18b582e28e39fdce7f5 (diff) | |
download | ratpoison-50171e15dbe6a51464059ad820f5a0464f3d60fa.zip |
* src/window.c (add_to_window_list): only change the window's
group and frame if window_mapped is 0.
* src/data.h (struct rp_child_info): new field window_mapped
* src/actions.c (spawn): init window_mapped field in child_info.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2006-02-26 Shawn Betts <sabetts@vcn.bc.ca> + + * src/window.c (add_to_window_list): only change the window's + group and frame if window_mapped is 0. + + * src/data.h (struct rp_child_info): new field window_mapped + + * src/actions.c (spawn): init window_mapped field in child_info. + +2006-01-18 Bernhard R. Link <brlink@debian.org> + + * src/events.c: look for _NET_WM_PID notify events and adopt the + intended frame number accordingly. + + * src/window.c, src/window.h: make get_child_info accessible from + events.c + 2006-01-04 Shawn Betts <sabetts@vcn.bc.ca> * src/conf.h (ASPECT_WINDOWS_ARE_TRANSIENTS): new define |