Restructure how we look for Read files slightly.
[fvwm.git] / modules / FvwmSave / FvwmSave.h
blob6ec2bc16c1976762863ed32c6bfd07cccf158805
1 /* -*-c-*- */
2 #include "libs/fvwmlib.h"
3 #include "fvwm/fvwm.h"
4 #include "libs/vpacket.h"
6 struct list
8 unsigned long id;
9 int frame_height;
10 int frame_width;
11 int base_width;
12 int base_height;
13 int width_inc;
14 int height_inc;
15 int frame_x;
16 int frame_y;
17 int title_height;
18 int boundary_width;
19 window_flags flags;
20 unsigned long gravity;
21 struct list *next;
26 * Subroutine Prototypes
29 void Loop(int *fd);
30 struct list *find_window(unsigned long id);
31 void add_window(unsigned long new_win, unsigned long *body);
32 RETSIGTYPE DeadPipe(int nonsense);
33 void process_message(unsigned long type,unsigned long *body);
34 void do_save(void);
35 void list_new_page(unsigned long *body);