mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-09 13:29:51 -05:00
Replaced gamma_control with gamma_control_v1
This commit is contained in:
parent
50498e1097
commit
d49aeec4b8
5 changed files with 129 additions and 60 deletions
|
|
@ -58,7 +58,7 @@ bool start_wb(struct wb_server* server) {
|
|||
return false;
|
||||
}
|
||||
|
||||
wlr_gamma_control_manager_create(server->wl_display);
|
||||
wlr_gamma_control_manager_v1_create(server->wl_display);
|
||||
wlr_screencopy_manager_v1_create(server->wl_display);
|
||||
wlr_gtk_primary_selection_device_manager_create(server->wl_display);
|
||||
wlr_idle_create(server->wl_display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue