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.
Definition at line 606 of file r_layout.c.
Referenced by 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.
int monitor_edge_finder::max_x |
Definition at line 608 of file r_layout.c.
Referenced by _findMonitorLeftEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().
int monitor_edge_finder::max_y |
Definition at line 609 of file r_layout.c.
Referenced by _findMonitorTopEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().
int monitor_edge_finder::min_x2 |
Definition at line 610 of file r_layout.c.
Referenced by _findMonitorRightEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().
int monitor_edge_finder::min_y2 |
Definition at line 611 of file r_layout.c.
Referenced by _findMonitorBottomEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().
union { ... } monitor_edge_finder::u |
Referenced by _findMonitorBottomEdge(), _findMonitorLeftEdge(), _findMonitorRightEdge(), and _findMonitorTopEdge().