From 5658648524238b6c0db5bf763fdd4814492b49dd Mon Sep 17 00:00:00 2001 From: sabetts Date: Wed, 2 Jan 2002 13:13:17 +0000 Subject: * 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. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d87e8f2..ec046cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2002-01-02 shawn + * 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 -- cgit v1.2.3