Refactor output configuration

* Allow independent rotation of different outputs
  * Allow specification of scale independent of mode
  * Clean up output configuration code
This commit is contained in:
project-repo 2022-12-26 08:14:57 +01:00
commit 32095b4253
5 changed files with 175 additions and 86 deletions

View file

@ -50,8 +50,6 @@ struct cg_server {
struct wl_list input_config;
struct cg_message_config message_config;
enum wl_output_transform output_transform;
struct cg_ipc_handle ipc;
bool running;