|
CTWM
|
Internal struct for use in FindMonitor*Edge() callbacks. More...
Data Structures | |
| union | [union].u |
Data Fields | |
| const RArea * | area |
| union | 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().
| union monitor_edge_finder::[union].u monitor_edge_finder::u |