|
rofi 2.0.0
|

Data Fields | |
| wayland_stuff * | context |
| uint32_t | global_name |
| struct wl_output * | output |
| gchar * | name |
| struct { | |
| int32_t x | |
| int32_t y | |
| int32_t width | |
| int32_t height | |
| int32_t physical_width | |
| int32_t physical_height | |
| int32_t scale | |
| int32_t transform | |
| } | current |
| struct { | |
| int32_t x | |
| int32_t y | |
| int32_t width | |
| int32_t height | |
| int32_t physical_width | |
| int32_t physical_height | |
| int32_t scale | |
| int32_t transform | |
| } | pending |
| wayland_stuff* wayland_output::context |
Definition at line 78 of file display.c.
Referenced by wayland_registry_handle_global().
| struct { ... } wayland_output::current |
| uint32_t wayland_output::global_name |
Definition at line 79 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_registry_handle_global(), and wayland_registry_handle_global_remove().
| int32_t wayland_output::height |
Definition at line 86 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_mode().
| gchar* wayland_output::name |
Definition at line 81 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_by_name(), wayland_output_done(), and wayland_output_release().
| struct wl_output* wayland_output::output |
Definition at line 80 of file display.c.
Referenced by wayland_display_late_setup(), wayland_output_release(), and wayland_registry_handle_global().
| struct { ... } wayland_output::pending |
| int32_t wayland_output::physical_height |
Definition at line 88 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_geometry().
| int32_t wayland_output::physical_width |
Definition at line 87 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_geometry().
| int32_t wayland_output::scale |
Definition at line 89 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_get_dpi_estimation(), wayland_output_done(), wayland_output_scale(), wayland_registry_handle_global(), and wayland_surface_protocol_enter().
| int32_t wayland_output::transform |
Definition at line 90 of file display.c.
Referenced by wayland_output_done(), and wayland_output_geometry().
| int32_t wayland_output::width |
Definition at line 85 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_mode().
| int32_t wayland_output::x |
Definition at line 83 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_geometry().
| int32_t wayland_output::y |
Definition at line 84 of file display.c.
Referenced by wayland_display_dump_monitor_layout(), wayland_output_done(), and wayland_output_geometry().