mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
more style fixes, included "sway/config.h" where needed
This commit is contained in:
parent
2bf893248a
commit
79a45d4a40
8 changed files with 17 additions and 12 deletions
|
|
@ -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 @@
|
|||
#ifdef HAVE_XWAYLAND
|
||||
#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);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue