mirror of
https://github.com/swaywm/sway
synced 2024-11-18 00:24:17 +01:00
Merge pull request #2266 from emersion/remove-orbital-screenshooter
Remove orbital screenshooter
This commit is contained in:
commit
806c06fdfb
@ -14,7 +14,6 @@
|
||||
#include <wlr/types/wlr_linux_dmabuf.h>
|
||||
#include <wlr/types/wlr_primary_selection.h>
|
||||
#include <wlr/types/wlr_screencopy_v1.h>
|
||||
#include <wlr/types/wlr_screenshooter.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
#include <wlr/types/wlr_xcursor_manager.h>
|
||||
#include <wlr/types/wlr_xdg_output.h>
|
||||
@ -53,7 +52,6 @@ bool server_init(struct sway_server *server) {
|
||||
server->data_device_manager =
|
||||
wlr_data_device_manager_create(server->wl_display);
|
||||
|
||||
wlr_screenshooter_create(server->wl_display);
|
||||
wlr_gamma_control_manager_create(server->wl_display);
|
||||
wlr_primary_selection_device_manager_create(server->wl_display);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user