2 #include "libs/fvwmlib.h"
4 #include "libs/vpacket.h"
24 unsigned long gravity
;
30 unsigned long ewmh_hint_desktop
;
31 long ewmh_window_type
;
43 * Subroutine Prototypes
47 RETSIGTYPE
DeadPipe(int nonsense
) __attribute__((noreturn
));
48 void process_message(unsigned long type
, unsigned long *body
);
49 void PixmapDrawWindow(int h
, int w
);
50 void DrawItems(Drawable d
, int x
, int y
, int w
, int h
);
51 void change_window_name(char *str
);
52 Pixel
GetColor(char *name
);
53 void DestroyList(void);
54 void AddToList(char *, char *);
57 void change_defaults(char *body
);
58 void list_configure(unsigned long *body
);
59 void list_window_name(unsigned long *body
);
60 void list_icon_name(unsigned long *body
);
61 void list_class(unsigned long *body
);
62 void list_res_name(unsigned long *body
);
63 void list_property_change(unsigned long *body
);
66 static int ErrorHandler(Display
*d
, XErrorEvent
*event
);