From 55fadaecf93dfdf6a7c9510098057c5152e3b920 Mon Sep 17 00:00:00 2001 From: sabetts Date: Thu, 15 May 2003 07:36:21 +0000 Subject: * src/data.h (struct rp_frame): renamed from rp_window_frame. All dependant code updated. * src/main.c: remove child_info global. Add rp_children global. (chld_handler): update the terminated and status fields of any terminated children. * src/events.c (handle_signals): loop through each child process and remove them from the list. Print a message for any child that doesn't return a 0 status. * src/data.h (rp_child_info): new fields, terminated and node. remove child_info global. Add rp_children global. * src/actions.c (spawn): Add the command to the list of children. --- src/screen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 614bb04..cda098e 100644 --- a/src/screen.h +++ b/src/screen.h @@ -31,6 +31,6 @@ int screen_width (rp_screen *s); struct list_head *screen_copy_frameset (rp_screen *s); void screen_restore_frameset (rp_screen *s, struct list_head *head); void frameset_free (struct list_head *head); -rp_window_frame *screen_get_frame (rp_screen *s, int frame_num); +rp_frame *screen_get_frame (rp_screen *s, int frame_num); #endif -- cgit v1.2.3