|
rofi 2.0.0
|
#include <display.h>

Data Fields | |
| int | monitor_id |
| int | primary |
| int | x |
| int | y |
| int | w |
| int | h |
| int | mw |
| int | mh |
| char * | name |
| struct _workarea * | next |
| int _workarea::h |
Height of the monitor
Definition at line 50 of file display.h.
Referenced by x11_build_monitor_layout_xinerama(), x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| int _workarea::mh |
Definition at line 51 of file display.h.
Referenced by x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| int _workarea::monitor_id |
| int _workarea::mw |
Definition at line 51 of file display.h.
Referenced by x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| char* _workarea::name |
Output name of the monitor, e.g. eDP1 or VGA-1
Definition at line 53 of file display.h.
Referenced by x11_get_monitor_from_output(), and x11_monitor_free().
| struct _workarea* _workarea::next |
Pointer to next monitor
Definition at line 55 of file display.h.
Referenced by monitor_get_dimension(), x11_build_monitor_layout(), x11_build_monitor_layout_xinerama(), and x11_monitors_free().
| int _workarea::primary |
if monitor is set as primary monitor.
Definition at line 42 of file display.h.
Referenced by x11_build_monitor_layout().
| int _workarea::w |
Width of the monitor.
Definition at line 48 of file display.h.
Referenced by x11_build_monitor_layout_xinerama(), x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| int _workarea::x |
Horizontal location (in pixels) of the monitor.
Definition at line 44 of file display.h.
Referenced by x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().
| int _workarea::y |
Vertical location (in pixels) of the monitor.
Definition at line 46 of file display.h.
Referenced by x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().