|
CTWM
|
Internal struct for use in FindMonitor*Edge() callbacks. More...
Data Fields | |
| const RArea * | area |
| union { | |
| int max_x | |
| int max_y | |
| int min_x2 | |
| int min_y2 | |
| } | u |
| bool | found |
Internal struct for use in FindMonitor*Edge() callbacks.
Definition at line 605 of file r_layout.c.
| const RArea* monitor_edge_finder::area |
Definition at line 606 of file r_layout.c.
Referenced by _findMonitorBottomEdge(), _findMonitorLeftEdge(), _findMonitorRightEdge(), _findMonitorTopEdge(), RLayoutFindMonitorBottomEdge(), RLayoutFindMonitorLeftEdge(), RLayoutFindMonitorRightEdge(), RLayoutFindMonitorTopEdge(), RLayoutFull(), RLayoutFull1(), RLayoutFullHoriz(), RLayoutFullHoriz1(), RLayoutFullVert(), and RLayoutFullVert1().
| bool monitor_edge_finder::found |
Definition at line 613 of file r_layout.c.
Referenced by _findMonitorBottomEdge(), _findMonitorLeftEdge(), _findMonitorRightEdge(), _findMonitorTopEdge(), RLayoutFindMonitorBottomEdge(), RLayoutFindMonitorLeftEdge(), RLayoutFindMonitorRightEdge(), and RLayoutFindMonitorTopEdge().
| int monitor_edge_finder::max_x |
Definition at line 608 of file r_layout.c.
Referenced by _findMonitorLeftEdge(), RLayoutFindMonitorLeftEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().
| int monitor_edge_finder::max_y |
Definition at line 609 of file r_layout.c.
Referenced by _findMonitorTopEdge(), RLayoutFindMonitorTopEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().
| int monitor_edge_finder::min_x2 |
Definition at line 610 of file r_layout.c.
Referenced by _findMonitorRightEdge(), RLayoutFindMonitorRightEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().
| int monitor_edge_finder::min_y2 |
Definition at line 611 of file r_layout.c.
Referenced by _findMonitorBottomEdge(), RLayoutFindMonitorBottomEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().
| union { ... } monitor_edge_finder::u |