mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
more style fixes, reorder config.h include
This commit is contained in:
parent
f95cb9a7c1
commit
384c55c0b4
2 changed files with 3 additions and 3 deletions
|
@ -270,9 +270,9 @@ enum criteria_token {
|
||||||
T_CON_ID,
|
T_CON_ID,
|
||||||
T_CON_MARK,
|
T_CON_MARK,
|
||||||
T_FLOATING,
|
T_FLOATING,
|
||||||
#ifdef HAVE_XWAYLAND
|
#ifdef HAVE_XWAYLAND
|
||||||
T_ID,
|
T_ID,
|
||||||
#endif
|
#endif
|
||||||
T_INSTANCE,
|
T_INSTANCE,
|
||||||
T_SHELL,
|
T_SHELL,
|
||||||
T_TILING,
|
T_TILING,
|
||||||
|
|
|
@ -3,12 +3,12 @@
|
||||||
#include <wayland-server.h>
|
#include <wayland-server.h>
|
||||||
#include <wlr/render/wlr_renderer.h>
|
#include <wlr/render/wlr_renderer.h>
|
||||||
#include <wlr/types/wlr_output_layout.h>
|
#include <wlr/types/wlr_output_layout.h>
|
||||||
|
#include "config.h"
|
||||||
#ifdef HAVE_XWAYLAND
|
#ifdef HAVE_XWAYLAND
|
||||||
#include <wlr/xwayland.h>
|
#include <wlr/xwayland.h>
|
||||||
#endif
|
#endif
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "config.h"
|
|
||||||
#include "sway/criteria.h"
|
#include "sway/criteria.h"
|
||||||
#include "sway/commands.h"
|
#include "sway/commands.h"
|
||||||
#include "sway/ipc-server.h"
|
#include "sway/ipc-server.h"
|
||||||
|
|
Loading…
Reference in a new issue