mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Merge pull request #2152 from atomnuker/master
Init the dmabuf exporting protocol in wlroots
This commit is contained in:
commit
abdbf3c1d7
@ -11,6 +11,7 @@
|
|||||||
#include <wlr/types/wlr_idle.h>
|
#include <wlr/types/wlr_idle.h>
|
||||||
#include <wlr/types/wlr_layer_shell.h>
|
#include <wlr/types/wlr_layer_shell.h>
|
||||||
#include <wlr/types/wlr_linux_dmabuf.h>
|
#include <wlr/types/wlr_linux_dmabuf.h>
|
||||||
|
#include <wlr/types/wlr_export_dmabuf_v1.h>
|
||||||
#include <wlr/types/wlr_primary_selection.h>
|
#include <wlr/types/wlr_primary_selection.h>
|
||||||
#include <wlr/types/wlr_screenshooter.h>
|
#include <wlr/types/wlr_screenshooter.h>
|
||||||
#include <wlr/types/wlr_server_decoration.h>
|
#include <wlr/types/wlr_server_decoration.h>
|
||||||
@ -97,6 +98,7 @@ bool server_init(struct sway_server *server) {
|
|||||||
deco_manager, WLR_SERVER_DECORATION_MANAGER_MODE_SERVER);
|
deco_manager, WLR_SERVER_DECORATION_MANAGER_MODE_SERVER);
|
||||||
|
|
||||||
wlr_linux_dmabuf_create(server->wl_display, renderer);
|
wlr_linux_dmabuf_create(server->wl_display, renderer);
|
||||||
|
wlr_export_dmabuf_manager_v1_create(server->wl_display);
|
||||||
|
|
||||||
server->socket = wl_display_add_socket_auto(server->wl_display);
|
server->socket = wl_display_add_socket_auto(server->wl_display);
|
||||||
if (!server->socket) {
|
if (!server->socket) {
|
||||||
|
Loading…
Reference in New Issue
Block a user