@ -12,6 +12,7 @@
#include <wlr/render/wlr_renderer.h>
// TODO WLR: make Xwayland optional
#include "list.h"
#include "config.h"
#ifdef HAVE_XWAYLAND
#include "sway/xwayland.h"
#endif
@ -1,4 +1,3 @@
#ifndef SWAY_XWAYLAND_H
#define SWAY_XWAYLAND_H
@ -24,4 +23,3 @@ struct sway_xwayland {
void handle_xwayland_ready(struct wl_listener *listener, void *data);
@ -1,5 +1,6 @@
#include <strings.h>
#include <wlr/util/log.h>
#include "sway/config.h"
#include "sway/commands.h"
#include "sway/tree/arrange.h"
#include "sway/tree/layout.h"
@ -10,6 +10,7 @@
#include "stringop.h"
#include "log.h"
bool criteria_is_empty(struct criteria *criteria) {
return !criteria->title
@ -11,6 +11,7 @@
#include <wlr/types/wlr_idle.h>
#include "sway/desktop.h"
#include "sway/desktop/transaction.h"
#include "sway/input/cursor.h"
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_xcursor_manager.h>
#include "sway/debug.h"
@ -6,6 +6,7 @@
#include <string.h>
#include <wlr/types/wlr_output.h>
#include "sway/tree/container.h"
@ -3,6 +3,7 @@
#include <wayland-server.h>
#include <wlr/xwayland.h>