diff options
author | sabetts <sabetts> | 2002-01-02 13:13:17 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-01-02 13:13:17 +0000 |
commit | 5658648524238b6c0db5bf763fdd4814492b49dd (patch) | |
tree | b067766fd95ae95750c950d120542846667538f9 /ChangeLog | |
parent | d2de091a0450b16a51d4be53928a7617961a9850 (diff) | |
download | ratpoison-5658648524238b6c0db5bf763fdd4814492b49dd.zip |
* src/main.c (init_screen): do not select on any events for the
bar_window and the frame_window.
* src/events.h (listen_for_events): new prototype
* src/events.c (configure_notify): If the event dimensions don't
match the windows, then re-maximize the window.
(configure_request): always grant the requests.
(delegate_event): Changes to the debugging output.
(delegate_event): Don't print debugging messages for events that
ratpoison doesn't need to handle.
(handle_signals): new function
(listen_for_events): new function
(handle_events): remove function. Dependant code uses
listen_for_events.
(get_event): likewise
* src/main.c (clean_up): don't map iconized windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,22 @@ 2002-01-02 shawn <sabetts@vcn.bc.ca> + * src/main.c (init_screen): do not select on any events for the + bar_window and the frame_window. + + * src/events.h (listen_for_events): new prototype + + * src/events.c (configure_notify): If the event dimensions don't + match the windows, then re-maximize the window. + (configure_request): always grant the requests. + (delegate_event): Changes to the debugging output. + (delegate_event): Don't print debugging messages for events that + ratpoison doesn't need to handle. + (handle_signals): new function + (listen_for_events): new function + (handle_events): remove function. Dependant code uses + listen_for_events. + (get_event): likewise + * src/manage.h (get_state): new prototype * src/manage.c (update_normal_hints): print only the hints that |