mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 21:44:19 +02:00
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:
parent
39505dc8b2
commit
32095b4253
5 changed files with 175 additions and 86 deletions
2
server.h
2
server.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue