mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
output: update output manager configuration on mode change
We need to notify wlr-output-management-v1 clients of mode changes.
This commit is contained in:
parent
34eb3ec2c8
commit
7725397146
1 changed files with 3 additions and 3 deletions
6
output.c
6
output.c
|
|
@ -42,9 +42,9 @@
|
|||
#include "xwayland.h"
|
||||
#endif
|
||||
|
||||
#define OUTPUT_CONFIG_UPDATED \
|
||||
(WLR_OUTPUT_STATE_ENABLED | WLR_OUTPUT_STATE_SCALE | WLR_OUTPUT_STATE_TRANSFORM | \
|
||||
WLR_OUTPUT_STATE_ADAPTIVE_SYNC_ENABLED)
|
||||
#define OUTPUT_CONFIG_UPDATED (WLR_OUTPUT_STATE_ENABLED | \
|
||||
WLR_OUTPUT_STATE_MODE | WLR_OUTPUT_STATE_SCALE | \
|
||||
WLR_OUTPUT_STATE_TRANSFORM | WLR_OUTPUT_STATE_ADAPTIVE_SYNC_ENABLED)
|
||||
|
||||
static void
|
||||
update_output_manager_config(struct cg_server *server)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue