mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
cage: remove support for rotating outputs
This is now handled through wlr_output_management
This commit is contained in:
parent
bd5b20e1fa
commit
27b6971b36
4 changed files with 1 additions and 15 deletions
2
output.c
2
output.c
|
|
@ -217,8 +217,6 @@ handle_new_output(struct wl_listener *listener, void *data)
|
|||
}
|
||||
}
|
||||
|
||||
wlr_output_set_transform(wlr_output, output->server->output_transform);
|
||||
|
||||
if (server->output_mode == CAGE_MULTI_OUTPUT_MODE_LAST) {
|
||||
struct cg_output *next = wl_container_of(output->link.next, next, link);
|
||||
if (next) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue