mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
wlr-data-control (for clipboard managers)
This commit is contained in:
parent
3a64d3955c
commit
35b3e5af11
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <wlr/types/wlr_data_control_v1.h>
|
||||||
#include <wlr/types/wlr_fractional_scale_v1.h>
|
#include <wlr/types/wlr_fractional_scale_v1.h>
|
||||||
|
|
||||||
#include "idle.h"
|
#include "idle.h"
|
||||||
|
|
@ -102,6 +103,7 @@ bool wb_start_server(struct wb_server* server) {
|
||||||
wlr_log(WLR_INFO, "%s: WAYLAND_DISPLAY=%s", _("Running Wayland compositor on Wayland display"), socket);
|
wlr_log(WLR_INFO, "%s: WAYLAND_DISPLAY=%s", _("Running Wayland compositor on Wayland display"), socket);
|
||||||
setenv("WAYLAND_DISPLAY", socket, true);
|
setenv("WAYLAND_DISPLAY", socket, true);
|
||||||
|
|
||||||
|
wlr_data_control_manager_v1_create(server->wl_display);
|
||||||
wlr_data_device_manager_create(server->wl_display);
|
wlr_data_device_manager_create(server->wl_display);
|
||||||
|
|
||||||
server->gamma_control_manager =
|
server->gamma_control_manager =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue