diff options
author | sabetts <sabetts> | 2004-10-05 03:07:22 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-10-05 03:07:22 +0000 |
commit | ad1da50e94819e8e79da1fc0246f247bfdbc99a9 (patch) | |
tree | 991682c6b11919bb5fd29eee85631bd95c1aa459 /ChangeLog | |
parent | 442b8d1ae2f4419ca2e2e4d76ad06ae38d18d1c7 (diff) | |
download | ratpoison-ad1da50e94819e8e79da1fc0246f247bfdbc99a9.zip |
* src/screen.h (is_a_root_window): new prototype
* src/screen.c (is_a_root_window): new function
* src/events.c (property_notify): check for ratpoison commands on
every root window, not just the default root window.
* src/communications.c (send_command): store the root window in a
variable, root. and use it whenever the root window is needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-10-04 Shawn Betts <katia_dilkina@verizon.net> + + * src/screen.h (is_a_root_window): new prototype + + * src/screen.c (is_a_root_window): new function + + * src/events.c (property_notify): check for ratpoison commands on + every root window, not just the default root window. + + * src/communications.c (send_command): store the root window in a + variable, root. and use it whenever the root window is needed. + 2004-09-29 Shawn Betts <sabetts@vcn.bc.ca> * configure.in: Warn when the history header or library is not |