summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-11 01:27:49 +0000
committersabetts <sabetts>2001-06-11 01:27:49 +0000
commit6412fd18f057703fdaaebafc244cf9cb63e5a1f3 (patch)
treec41261fd06a93907f0b8d6ff4a2dc5e5efbca091 /src/manage.c
parent01a5139b845f89dd87ed971f2fd4d7c65055629e (diff)
downloadratpoison-6412fd18f057703fdaaebafc244cf9cb63e5a1f3.zip
* src/main.c (rp_rat_bits): remove
(rp_rat_mask_bits): remove include <X11/cursorfont.h> (sighandler): only increment kill_signalled (hup_handler): only increment hup_signalled (alrm_handler): only increment alarm_signalled (read_startup_files): use PRINT_ERROR for error messages. (init_rat_cursor): Use a standard X cursor for the screen's rat. * src/events.h (unmap_notify): remove prototype (delegate_event): likewise (key_press): likewise (keymapstate): likewise (map_request): likewise * src/events.c: includes <signal.h> <sys/time.h> and <error.h> (new_window): static function (unmap_notify): likewise (map_request): likewise (destroy_window): likewise (configure_notify): likewise (configure_request): likewise (key_press): likewise (property_notify): likewise (colormap_notify): likewise (delegate_event): likewise (get_event): new function (more_destroy_events): remove function (handle_events): call get_event. * src/data.h: rp_current_event is an XEvent dependant code updated. new globals alarm_signalled, kill_signalled, hup_signalled. * src/actions.c (initialize_default_keybindings): new bindings for "split" and "vsplit".
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manage.c b/src/manage.c
index 030693c..434f698 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -536,10 +536,10 @@ withdraw_window (rp_window *win)
{
if (win == NULL) return;
- PRINT_DEBUG ("withdawn_window on '%s'\n", win->name);
+ PRINT_DEBUG ("withdraw_window on '%s'\n", win->name);
/* Give back the window number. the window will get another one,
- if it is remapped. */
+ if it is remapped. */
return_window_number (win->number);
win->number = -1;