2 extern ModuleArgs
*module
;
6 extern GC hiliteGC
, shadowGC
;
7 extern fd_set_size_t fd_width
;
10 extern int ScreenWidth
, ScreenHeight
;
12 char *safemalloc(int length
);
13 RETSIGTYPE
DeadPipe(int nonsense
);
14 void GetTargetWindow(Window
*app_win
);
15 void get_graphics(char *line
);
17 void CreateWindow(int x
, int y
,int w
, int h
);
18 Pixel
GetShadow(Pixel background
);
19 Pixel
GetHilite(Pixel background
);
20 Pixel
GetColor(char *name
);
21 void Loop(Window target
);
22 void RedrawWindow(Window target
);
23 void change_window_name(char *str
);
24 extern void send_clientmessage (Display
*disp
, Window w
, Atom a
, Time timestamp
);
25 void GrabWindow(Window target
);
26 void change_icon_name(char *str
);
27 void RedrawLeftButton(GC rgc
, GC sgc
,int x1
,int y1
);
28 void RedrawRightButton(GC rgc
, GC sgc
,int x1
,int y1
);
29 void RedrawTopButton(GC rgc
, GC sgc
,int x1
,int y1
);
30 void RedrawBottomButton(GC rgc
, GC sgc
,int x1
,int y1
);