|
rofi 1.7.8
|
#include <xcb.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 116 of file xcb.h.
Referenced by x11_build_monitor_layout_xinerama(), x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| int _workarea::mh |
Definition at line 117 of file xcb.h.
Referenced by x11_get_monitor_from_output(), and x11_workarea_fix_rotation().
| int _workarea::monitor_id |
| int _workarea::mw |
Definition at line 117 of file xcb.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 119 of file xcb.h.
Referenced by x11_get_monitor_from_output(), and x11_monitor_free().
| struct _workarea* _workarea::next |
Pointer to next monitor
Definition at line 121 of file xcb.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 108 of file xcb.h.
Referenced by x11_build_monitor_layout().
| int _workarea::w |
Width of the monitor.
Definition at line 114 of file xcb.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 110 of file xcb.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 112 of file xcb.h.
Referenced by x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().