Go to the source code of this file.
Defines | |
| #define | GWIDTH 0 |
| Request width (getGeom). | |
| #define | GHEIGHT 1 |
| Request height (getGeom). | |
| #define | GX 2 |
| Request x (getGeom). | |
| #define | GY 4 |
| Request y (getGeom). | |
Functions | |
| Window | onRoot (Display *, Window) |
| Goes up the window tree for a top-level window (with decorations). | |
| int | getGeom (Display *, Window, int) |
| Find window geometry element. | |
| int | isNotIconified (Display *, Window) |
| Checks whether a window is visible. | |
| void | recurseWindow (Display *, Window, struct tile_config *, struct tile_state *) |
| Recurse through windows, doing initial window list calculations. | |
| void | moveResizeWindow (Display *, Window, struct tile_config *, struct tile_state *) |
| Recurse through windows, doing resize and move operations. | |
|
|
Request height (getGeom).
|
|
|
Request width (getGeom).
|
|
|
Request x (getGeom).
|
|
|
Request y (getGeom).
|
|
||||||||||||||||
|
Find window geometry element.
|
|
||||||||||||
|
Checks whether a window is visible.
|
|
||||||||||||||||||||
|
Recurse through windows, doing resize and move operations.
|
|
||||||||||||
|
Goes up the window tree for a top-level window (with decorations).
|
|
||||||||||||||||||||
|
Recurse through windows, doing initial window list calculations.
|
1.4.4