Add missing gtk-primary-selection interfaces

This commit is contained in:
emersion 2017-12-22 22:22:29 +01:00
parent 0a171d3ace
commit a95d09d561
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 279 additions and 8 deletions

View file

@ -9,6 +9,7 @@
#include <wlr/types/wlr_xdg_shell_v6.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include <wlr/types/wlr_gamma_control.h>
#include <wlr/types/wlr_primary_selection.h>
#include <wlr/types/wlr_screenshooter.h>
#include <wlr/types/wlr_list.h>
#include "rootston/view.h"
@ -41,6 +42,7 @@ struct roots_desktop {
struct wlr_gamma_control_manager *gamma_control_manager;
struct wlr_screenshooter *screenshooter;
struct wlr_server_decoration_manager *server_decoration_manager;
struct wlr_primary_selection_device_manager *primary_selection_device_manager;
struct wl_listener output_add;
struct wl_listener output_remove;