|
Functions |
| int | getGeom (Display *dpy, Window win, int val) |
| | Find window geometry element.
|
| Window | onRoot (Display *dsp, Window win) |
| | Goes up the window tree for a top-level window (with decorations).
|
| void | recurseWindow (Display *dsp, Window win, struct tile_config *tileconf, struct tile_state *tilestate) |
| | Recurse through windows, doing initial window list calculations.
|
| void | moveResizeWindow (Display *dsp, Window win, struct tile_config *tileconf, struct tile_state *tilestate) |
| | Recurse through windows, doing resize and move operations.
|
| int | isNotIconified (Display *dsp, Window win) |
| | Checks whether a window is visible.
|