aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-06-02 13:42:53 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-06-02 10:12:58 -0400
commit4105982169e2ffeeb01077e3e25ec7d86aac8fae (patch)
tree117e9534b1aec11bb105169e4a1c95b57b0ac2f7 /sway/server.c
parentUse parent get_root_coords in subsurfaces (diff)
downloadsway-4105982169e2ffeeb01077e3e25ec7d86aac8fae.tar.gz
sway-4105982169e2ffeeb01077e3e25ec7d86aac8fae.tar.zst
sway-4105982169e2ffeeb01077e3e25ec7d86aac8fae.zip
Remove orbital gamma-control protocol
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/server.c b/sway/server.c
index e5200d59..a403d8b3 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -11,7 +11,6 @@
11#include <wlr/types/wlr_data_control_v1.h> 11#include <wlr/types/wlr_data_control_v1.h>
12#include <wlr/types/wlr_export_dmabuf_v1.h> 12#include <wlr/types/wlr_export_dmabuf_v1.h>
13#include <wlr/types/wlr_gamma_control_v1.h> 13#include <wlr/types/wlr_gamma_control_v1.h>
14#include <wlr/types/wlr_gamma_control.h>
15#include <wlr/types/wlr_gtk_primary_selection.h> 14#include <wlr/types/wlr_gtk_primary_selection.h>
16#include <wlr/types/wlr_idle.h> 15#include <wlr/types/wlr_idle.h>
17#include <wlr/types/wlr_layer_shell_v1.h> 16#include <wlr/types/wlr_layer_shell_v1.h>
@@ -62,7 +61,6 @@ bool server_init(struct sway_server *server) {
62 server->data_device_manager = 61 server->data_device_manager =
63 wlr_data_device_manager_create(server->wl_display); 62 wlr_data_device_manager_create(server->wl_display);
64 63
65 wlr_gamma_control_manager_create(server->wl_display);
66 wlr_gamma_control_manager_v1_create(server->wl_display); 64 wlr_gamma_control_manager_v1_create(server->wl_display);
67 wlr_gtk_primary_selection_device_manager_create(server->wl_display); 65 wlr_gtk_primary_selection_device_manager_create(server->wl_display);
68 66