mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
experiments/dcp.py: adapt update_notify_clients_dcp to macos 12.3 API
Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
583401d630
commit
27439718e4
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ mon.poll()
|
|||
mgr.get_color_remap_mode(6)
|
||||
mgr.enable_disable_video_power_savings(0)
|
||||
|
||||
mgr.update_notify_clients_dcp([0,0,0,0,0,0,1,1,1,0,1,1,1])
|
||||
mgr.update_notify_clients_dcp([0,0,0,0,0,0,1,1,1,0,1,1,1,1])
|
||||
mgr.first_client_open()
|
||||
print(f"keep on: {mgr.isKeepOnScreen()}")
|
||||
print(f"main display: {mgr.is_main_display()}")
|
||||
|
|
Loading…
Reference in a new issue