mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
scene: drop wlr_client_buffer support
This commit is contained in:
parent
dd0e70af5d
commit
cf63375f53
3 changed files with 4 additions and 38 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue