mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
fix include error
This commit is contained in:
parent
5e1c5afa80
commit
8986e43a50
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#include "sway/config.h"
|
||||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
|
|
@ -33,6 +32,7 @@
|
|||
#include "sway/tree/view.h"
|
||||
#include "sway/tree/workspace.h"
|
||||
#include "sway/commands.h"
|
||||
#include "sway/config.h"
|
||||
|
||||
static struct wlr_surface *layer_surface_at(struct sway_output *output,
|
||||
struct wl_list *layer, double ox, double oy, double *sx, double *sy) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue