summaryrefslogtreecommitdiff
path: root/src/events.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-01-02 13:13:17 +0000
committersabetts <sabetts>2002-01-02 13:13:17 +0000
commit5658648524238b6c0db5bf763fdd4814492b49dd (patch)
treeb067766fd95ae95750c950d120542846667538f9 /src/events.h
parentd2de091a0450b16a51d4be53928a7617961a9850 (diff)
downloadratpoison-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 'src/events.h')
-rw-r--r--src/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.h b/src/events.h
index 26230b4..fd21111 100644
--- a/src/events.h
+++ b/src/events.h
@@ -22,5 +22,5 @@
#ifndef _RATPOISON_EVENTS_H
#define _RATPOISON_EVENTS_H 1
-void handle_events ();
+void listen_for_events ();
#endif /* _RATPOISON_EVENTS_H */