|
i3
|
An Output is a physical output on your graphics driver. More...
#include <data.h>

Public Member Functions | |
| TAILQ_ENTRY (xoutput) outputs | |
Data Fields | |
| xcb_randr_output_t | id |
| Output id, so that we can requery the output directly later. More... | |
| bool | active |
| Whether the output is currently active (has a CRTC attached with a valid mode) More... | |
| bool | changed |
| Internal flags, necessary for querying RandR screens (happens in two stages) More... | |
| bool | to_be_disabled |
| bool | primary |
| char * | name |
| Name of the output. More... | |
| Con * | con |
| Pointer to the Con which represents this output. More... | |
| Rect | rect |
| x, y, width, height More... | |
An Output is a physical output on your graphics driver.
Outputs which are currently in use have (output->active == true). Each output has a position and a mode. An output usually corresponds to one connected screen (except if you are running multiple screens in clone mode).
| xoutput::TAILQ_ENTRY | ( | xoutput | ) |
| bool xoutput::active |
Whether the output is currently active (has a CRTC attached with a valid mode)
Definition at line 319 of file data.h.
Referenced by contained_by_output(), disable_randr(), fake_outputs_init(), get_first_output(), get_output_by_name(), get_output_containing(), get_output_next(), IPC_HANDLER(), open_popups(), query_screens(), and randr_query_outputs().
| bool xoutput::changed |
Internal flags, necessary for querying RandR screens (happens in two stages)
Definition at line 323 of file data.h.
Referenced by randr_query_outputs().
| Con* xoutput::con |
Pointer to the Con which represents this output.
Definition at line 331 of file data.h.
Referenced by _tree_next(), check_crossing_screen_boundary(), cmd_focus_output(), cmd_move_con_to_output(), disable_randr(), fake_outputs_init(), floating_enable(), floating_maybe_reassign_ws(), init_ws_for_output(), IPC_HANDLER(), main(), manage_window(), move_to_output_directed(), output_change_mode(), output_init_con(), query_screens(), randr_query_outputs(), and workspace_move_to_output().
| xcb_randr_output_t xoutput::id |
Output id, so that we can requery the output directly later.
Definition at line 315 of file data.h.
Referenced by get_output_by_id().
| char* xoutput::name |
Name of the output.
Definition at line 328 of file data.h.
Referenced by _tree_next(), create_workspace_on_output(), disable_randr(), fake_outputs_init(), get_output_by_name(), get_output_next(), get_output_next_wrap(), init_ws_for_output(), IPC_HANDLER(), manage_window(), output_init_con(), query_screens(), randr_query_outputs(), and workspace_move_to_output().
| bool xoutput::primary |
Definition at line 325 of file data.h.
Referenced by IPC_HANDLER(), and randr_query_outputs().
| Rect xoutput::rect |
x, y, width, height
Definition at line 334 of file data.h.
Referenced by contained_by_output(), disable_randr(), fake_outputs_init(), get_output_containing(), get_output_next(), get_screen_at(), IPC_HANDLER(), open_popups(), output_change_mode(), output_init_con(), query_screens(), randr_query_outputs(), and total_outputs_dimensions().
| bool xoutput::to_be_disabled |
Definition at line 324 of file data.h.
Referenced by randr_query_outputs().
1.8.9.1