scene: drop wlr_client_buffer support

This commit is contained in:
Simon Ser 2023-04-11 22:34:47 +02:00
parent dd0e70af5d
commit cf63375f53
3 changed files with 4 additions and 38 deletions

View file

@ -879,7 +879,7 @@ int main(int argc, char *argv[]) {
* to dig your fingers in and play with their behavior if you want. Note that
* the clients cannot set the selection directly without compositor approval,
* see the handling of the request_set_selection event below.*/
wlr_compositor_create(server.wl_display, server.renderer);
wlr_compositor_create(server.wl_display, NULL);
wlr_subcompositor_create(server.wl_display);
wlr_data_device_manager_create(server.wl_display);