aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-08-18 23:16:00 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-20 10:57:20 +0900
commit7488d33d42cfc29c5fbeb02888b1d718bd84d4d0 (patch)
tree502ba754b642d98c6b4413fe545ea31b061180c1 /include/sway/server.h
parentproperly check pixman_region32_contains_rectangle return (diff)
downloadsway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.gz
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.zst
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.zip
Remove xdg-shell v6 support
All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 7cbca4f2..a43cbf72 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -12,7 +12,6 @@
12#include <wlr/types/wlr_presentation_time.h> 12#include <wlr/types/wlr_presentation_time.h>
13#include <wlr/types/wlr_relative_pointer_v1.h> 13#include <wlr/types/wlr_relative_pointer_v1.h>
14#include <wlr/types/wlr_server_decoration.h> 14#include <wlr/types/wlr_server_decoration.h>
15#include <wlr/types/wlr_xdg_shell_v6.h>
16#include <wlr/types/wlr_xdg_shell.h> 15#include <wlr/types/wlr_xdg_shell.h>
17#include "config.h" 16#include "config.h"
18#include "list.h" 17#include "list.h"
@@ -42,9 +41,6 @@ struct sway_server {
42 struct wlr_layer_shell_v1 *layer_shell; 41 struct wlr_layer_shell_v1 *layer_shell;
43 struct wl_listener layer_shell_surface; 42 struct wl_listener layer_shell_surface;
44 43
45 struct wlr_xdg_shell_v6 *xdg_shell_v6;
46 struct wl_listener xdg_shell_v6_surface;
47
48 struct wlr_xdg_shell *xdg_shell; 44 struct wlr_xdg_shell *xdg_shell;
49 struct wl_listener xdg_shell_surface; 45 struct wl_listener xdg_shell_surface;
50 46
@@ -105,7 +101,6 @@ void handle_new_output(struct wl_listener *listener, void *data);
105 101
106void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data); 102void handle_idle_inhibitor_v1(struct wl_listener *listener, void *data);
107void handle_layer_shell_surface(struct wl_listener *listener, void *data); 103void handle_layer_shell_surface(struct wl_listener *listener, void *data);
108void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data);
109void handle_xdg_shell_surface(struct wl_listener *listener, void *data); 104void handle_xdg_shell_surface(struct wl_listener *listener, void *data);
110#if HAVE_XWAYLAND 105#if HAVE_XWAYLAND
111void handle_xwayland_surface(struct wl_listener *listener, void *data); 106void handle_xwayland_surface(struct wl_listener *listener, void *data);