diff options
author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-09-03 00:24:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-03 00:24:28 -0400 |
commit | afb69688746b04d7667e1d57d9ac844bd2671570 (patch) | |
tree | f950fd298c335abd992005a26029dbfba8010136 /sway/server.c | |
parent | 349d1f3be87ad9fd49482f64c71eb2665750261b (diff) | |
parent | 3af9588eb4aab0b4f45edf2601c9a7ff0846861f (diff) | |
download | sway-afb69688746b04d7667e1d57d9ac844bd2671570.tar.xz |
Merge branch 'master' into disabled-no-modeset
Diffstat (limited to 'sway/server.c')
-rw-r--r-- | sway/server.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/server.c b/sway/server.c index 7fa6007e..8b5bc93c 100644 --- a/sway/server.c +++ b/sway/server.c @@ -12,7 +12,6 @@ #include <wlr/types/wlr_gamma_control_v1.h> #include <wlr/types/wlr_idle.h> #include <wlr/types/wlr_layer_shell.h> -#include <wlr/types/wlr_linux_dmabuf_v1.h> #include <wlr/types/wlr_primary_selection.h> #include <wlr/types/wlr_screencopy_v1.h> #include <wlr/types/wlr_server_decoration.h> @@ -117,7 +116,6 @@ bool server_init(struct sway_server *server) { server->server_decoration.notify = handle_server_decoration; wl_list_init(&server->decorations); - wlr_linux_dmabuf_v1_create(server->wl_display, renderer); wlr_export_dmabuf_manager_v1_create(server->wl_display); wlr_screencopy_manager_v1_create(server->wl_display); |