fix include error

This commit is contained in:
kaiserschmarrn_ 2021-03-22 16:11:37 -07:00
parent 5e1c5afa80
commit 8986e43a50

View file

@ -1,4 +1,3 @@
#include "sway/config.h"
#define _POSIX_C_SOURCE 200809L #define _POSIX_C_SOURCE 200809L
#include <assert.h> #include <assert.h>
#include <math.h> #include <math.h>
@ -33,6 +32,7 @@
#include "sway/tree/view.h" #include "sway/tree/view.h"
#include "sway/tree/workspace.h" #include "sway/tree/workspace.h"
#include "sway/commands.h" #include "sway/commands.h"
#include "sway/config.h"
static struct wlr_surface *layer_surface_at(struct sway_output *output, static struct wlr_surface *layer_surface_at(struct sway_output *output,
struct wl_list *layer, double ox, double oy, double *sx, double *sy) { struct wl_list *layer, double ox, double oy, double *sx, double *sy) {