|
|
@ -14,7 +14,6 @@
|
|
|
|
#include <wlr/types/wlr_idle.h>
|
|
|
|
#include <wlr/types/wlr_idle.h>
|
|
|
|
#include <wlr/types/wlr_input_inhibitor.h>
|
|
|
|
#include <wlr/types/wlr_input_inhibitor.h>
|
|
|
|
#include <wlr/types/wlr_layer_shell.h>
|
|
|
|
#include <wlr/types/wlr_layer_shell.h>
|
|
|
|
#include <wlr/types/wlr_linux_dmabuf_v1.h>
|
|
|
|
|
|
|
|
#include <wlr/types/wlr_output_layout.h>
|
|
|
|
#include <wlr/types/wlr_output_layout.h>
|
|
|
|
#include <wlr/types/wlr_primary_selection.h>
|
|
|
|
#include <wlr/types/wlr_primary_selection.h>
|
|
|
|
#include <wlr/types/wlr_server_decoration.h>
|
|
|
|
#include <wlr/types/wlr_server_decoration.h>
|
|
|
@ -893,9 +892,6 @@ struct roots_desktop *desktop_create(struct roots_server *server,
|
|
|
|
wl_signal_add(&desktop->input_inhibit->events.deactivate,
|
|
|
|
wl_signal_add(&desktop->input_inhibit->events.deactivate,
|
|
|
|
&desktop->input_inhibit_deactivate);
|
|
|
|
&desktop->input_inhibit_deactivate);
|
|
|
|
|
|
|
|
|
|
|
|
desktop->linux_dmabuf = wlr_linux_dmabuf_v1_create(server->wl_display,
|
|
|
|
|
|
|
|
server->renderer);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
desktop->virtual_keyboard = wlr_virtual_keyboard_manager_v1_create(
|
|
|
|
desktop->virtual_keyboard = wlr_virtual_keyboard_manager_v1_create(
|
|
|
|
server->wl_display);
|
|
|
|
server->wl_display);
|
|
|
|
wl_signal_add(&desktop->virtual_keyboard->events.new_virtual_keyboard,
|
|
|
|
wl_signal_add(&desktop->virtual_keyboard->events.new_virtual_keyboard,
|
|
|
|