mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
linux-dmabuf: add v1 suffix
This prevents some future conflicts with the stable version. Fixes #1133
This commit is contained in:
parent
fdff5fd1b6
commit
5dbf0fe7f2
8 changed files with 56 additions and 56 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#include <wlr/types/wlr_idle.h>
|
||||
#include <wlr/types/wlr_input_inhibitor.h>
|
||||
#include <wlr/types/wlr_layer_shell.h>
|
||||
#include <wlr/types/wlr_linux_dmabuf.h>
|
||||
#include <wlr/types/wlr_linux_dmabuf_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_primary_selection.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
|
|
@ -871,7 +871,7 @@ struct roots_desktop *desktop_create(struct roots_server *server,
|
|||
wl_signal_add(&desktop->input_inhibit->events.deactivate,
|
||||
&desktop->input_inhibit_deactivate);
|
||||
|
||||
desktop->linux_dmabuf = wlr_linux_dmabuf_create(server->wl_display,
|
||||
desktop->linux_dmabuf = wlr_linux_dmabuf_v1_create(server->wl_display,
|
||||
server->renderer);
|
||||
|
||||
desktop->virtual_keyboard = wlr_virtual_keyboard_manager_v1_create(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue