Apply window-jump fix (D. Fries).
[fvwm.git] / libs / WinMagic.h
blob2702f30def30a065006d97839c416803f4bd3996
1 #ifndef LIB_WINMAGIC
2 #define LIB_WINMAGIC
4 void SlideWindow(
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 */