mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-13 13:29:53 -05:00
Replaced the obsolete, unofficial protocols with official ones
This commit is contained in:
parent
21de46fbcf
commit
ff54fecfe6
6 changed files with 5 additions and 324 deletions
|
|
@ -52,7 +52,7 @@ bool start_wb(struct wb_server* server) {
|
|||
|
||||
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_primary_selection_v1_device_manager_create(server->wl_display);
|
||||
wlr_idle_create(server->wl_display);
|
||||
|
||||
wlr_data_device_manager_create(server->wl_display);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue