CTWM
Loading...
Searching...
No Matches
Data Fields
monitor_edge_finder Struct Reference

Internal struct for use in FindMonitor*Edge() callbacks. More...

Collaboration diagram for monitor_edge_finder:
[legend]

Data Fields

const RAreaarea
 
union { 
 
   int   max_x 
 
   int   max_y 
 
   int   min_x2 
 
   int   min_y2 
 
u 
 
bool found
 

Detailed Description

Internal struct for use in FindMonitor*Edge() callbacks.

Definition at line 605 of file r_layout.c.

Field Documentation

◆ area

const RArea* monitor_edge_finder::area

◆ found

bool monitor_edge_finder::found

Definition at line 613 of file r_layout.c.

◆ max_x

int monitor_edge_finder::max_x

Definition at line 608 of file r_layout.c.

Referenced by _findMonitorLeftEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().

◆ max_y

int monitor_edge_finder::max_y

Definition at line 609 of file r_layout.c.

Referenced by _findMonitorTopEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().

◆ min_x2

int monitor_edge_finder::min_x2

Definition at line 610 of file r_layout.c.

Referenced by _findMonitorRightEdge(), RLayoutFullHoriz(), and RLayoutFullVert1().

◆ min_y2

int monitor_edge_finder::min_y2

Definition at line 611 of file r_layout.c.

Referenced by _findMonitorBottomEdge(), RLayoutFullHoriz1(), and RLayoutFullVert().

◆ [union]

union { ... } monitor_edge_finder::u

The documentation for this struct was generated from the following file: