diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-23 14:02:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-23 14:02:39 -0500 |
commit | e8a35a84ba2118936e6a4b5dbcd7872d320216e4 (patch) | |
tree | ee9b14fedffed2871b5317220bde365d69d98b01 /include/rootston | |
parent | 0a370c529806077a11638e7fa856d5fbb539496b (diff) | |
parent | d4d860666cc2dd10a105fadd33aad2f682139a6e (diff) |
Merge pull request #509 from emersion/primary-selection
Add gtk-primary-selection protocol
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index e5c5f806..289875c5 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -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; |