mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-11 05:34:37 -04:00
Drop -m flag
Tools can make use of the wlr-output-management-v1 protocol to configure outputs. Let's drop the "last" special case and leave all of the output configuration up to an external tool.
This commit is contained in:
parent
832e88b0c9
commit
73025483fe
3 changed files with 1 additions and 61 deletions
6
server.h
6
server.h
|
|
@ -15,11 +15,6 @@
|
|||
#include <wlr/xwayland.h>
|
||||
#endif
|
||||
|
||||
enum cg_multi_output_mode {
|
||||
CAGE_MULTI_OUTPUT_MODE_EXTEND,
|
||||
CAGE_MULTI_OUTPUT_MODE_LAST,
|
||||
};
|
||||
|
||||
struct cg_server {
|
||||
struct wl_display *wl_display;
|
||||
struct wl_list views;
|
||||
|
|
@ -35,7 +30,6 @@ struct cg_server {
|
|||
struct wl_listener new_idle_inhibitor_v1;
|
||||
struct wl_list inhibitors;
|
||||
|
||||
enum cg_multi_output_mode output_mode;
|
||||
struct wlr_output_layout *output_layout;
|
||||
struct wlr_scene_output_layout *scene_output_layout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue