5 Display
*dpy
, Window win
,
6 int s_x
, int s_y
, int s_w
, int s_h
,
7 int e_x
, int e_y
, int e_w
, int e_h
,
8 int steps
, int delay_ms
, float *ppctMovement
,
9 Bool do_sync
, Bool use_hints
);
11 Window
GetTopAncestorWindow(Display
*dpy
, Window child
);
13 int GetEqualSizeChildren(
14 Display
*dpy
, Window parent
, int depth
, VisualID visualid
,
15 Colormap colormap
, Window
**ret_children
);
17 #endif /* LIB_WINMAGIC */