aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop')
-rw-r--r--sway/desktop/layer_shell.c3
-rw-r--r--sway/desktop/output.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/sway/desktop/layer_shell.c b/sway/desktop/layer_shell.c
index 769d3a86..f0134396 100644
--- a/sway/desktop/layer_shell.c
+++ b/sway/desktop/layer_shell.c
@@ -4,7 +4,9 @@
4#include <wayland-server-core.h> 4#include <wayland-server-core.h>
5#include <wlr/types/wlr_layer_shell_v1.h> 5#include <wlr/types/wlr_layer_shell_v1.h>
6#include <wlr/types/wlr_output.h> 6#include <wlr/types/wlr_output.h>
7#include <wlr/types/wlr_scene.h>
7#include <wlr/types/wlr_subcompositor.h> 8#include <wlr/types/wlr_subcompositor.h>
9#include <wlr/types/wlr_xdg_shell.h>
8#include "log.h" 10#include "log.h"
9#include "sway/scene_descriptor.h" 11#include "sway/scene_descriptor.h"
10#include "sway/desktop/transaction.h" 12#include "sway/desktop/transaction.h"
@@ -16,7 +18,6 @@
16#include "sway/server.h" 18#include "sway/server.h"
17#include "sway/tree/arrange.h" 19#include "sway/tree/arrange.h"
18#include "sway/tree/workspace.h" 20#include "sway/tree/workspace.h"
19#include <wlr/types/wlr_scene.h>
20 21
21struct wlr_layer_surface_v1 *toplevel_layer_surface_from_surface( 22struct wlr_layer_surface_v1 *toplevel_layer_surface_from_surface(
22 struct wlr_surface *surface) { 23 struct wlr_surface *surface) {
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 9c4baafd..81290ccb 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -12,6 +12,8 @@
12#include <wlr/types/wlr_gamma_control_v1.h> 12#include <wlr/types/wlr_gamma_control_v1.h>
13#include <wlr/types/wlr_matrix.h> 13#include <wlr/types/wlr_matrix.h>
14#include <wlr/types/wlr_output_layout.h> 14#include <wlr/types/wlr_output_layout.h>
15#include <wlr/types/wlr_output_management_v1.h>
16#include <wlr/types/wlr_output_power_management_v1.h>
15#include <wlr/types/wlr_output.h> 17#include <wlr/types/wlr_output.h>
16#include <wlr/types/wlr_presentation_time.h> 18#include <wlr/types/wlr_presentation_time.h>
17#include <wlr/types/wlr_compositor.h> 19#include <wlr/types/wlr_compositor.h>