rofi
1.5.4
|
#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 112 of file xcb.h.
Referenced by monitor_active_from_id_focused(), monitor_active_from_winid(), monitor_dimensions(), monitor_get_dimension(), x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().
int _workarea::mh |
Definition at line 113 of file xcb.h.
Referenced by x11_get_monitor_from_output().
int _workarea::monitor_id |
numeric monitor id.
Definition at line 102 of file xcb.h.
Referenced by monitor_get_dimension(), and x11_build_monitor_layout_xinerama().
int _workarea::mw |
Definition at line 113 of file xcb.h.
Referenced by x11_get_monitor_from_output().
char* _workarea::name |
Output name of the monitor, e.g. eDP1 or VGA-1
Definition at line 115 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 117 of file xcb.h.
Referenced by display_dump_monitor_layout(), monitor_active(), monitor_dimensions(), 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 104 of file xcb.h.
Referenced by x11_build_monitor_layout().
int _workarea::w |
Width of the monitor.
Definition at line 110 of file xcb.h.
Referenced by monitor_active_from_id_focused(), monitor_active_from_winid(), monitor_dimensions(), monitor_get_dimension(), x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().
int _workarea::x |
Horizontal location (in pixels) of the monitor.
Definition at line 106 of file xcb.h.
Referenced by monitor_active_from_id(), monitor_active_from_id_focused(), monitor_active_from_winid(), x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().
int _workarea::y |
Vertical location (in pixels) of the monitor.
Definition at line 108 of file xcb.h.
Referenced by monitor_active_from_id(), monitor_active_from_id_focused(), monitor_active_from_winid(), x11_build_monitor_layout_xinerama(), and x11_get_monitor_from_output().