mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -05:00
primary-selection-v1: copy from gtk-primary-selection
This commit is contained in:
parent
5c8d2da0a1
commit
8163f7e1e2
8 changed files with 561 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
|||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
#include <wlr/types/wlr_output_layout.h>
|
||||
#include <wlr/types/wlr_pointer_constraints_v1.h>
|
||||
#include <wlr/types/wlr_primary_selection_v1.h>
|
||||
#include <wlr/types/wlr_server_decoration.h>
|
||||
#include <wlr/types/wlr_tablet_v2.h>
|
||||
#include <wlr/types/wlr_wl_shell.h>
|
||||
|
|
@ -1087,6 +1088,7 @@ struct roots_desktop *desktop_create(struct roots_server *server,
|
|||
desktop->pointer_gestures =
|
||||
wlr_pointer_gestures_v1_create(server->wl_display);
|
||||
|
||||
wlr_primary_selection_v1_device_manager_create(server->wl_display);
|
||||
wlr_data_control_manager_v1_create(server->wl_display);
|
||||
|
||||
return desktop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue