aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-08-29 07:42:47 +0200
committerGuido Cella <guidocella91@gmail.com>2020-08-29 07:42:47 +0200
commitddd3c2ad7ef15d14c920b0678a5a20755c07b4f4 (patch)
treefae79c56ea8c0a0958758a71e36c87c9bb96d7a7 /dwl.c
parentb237ea0e45cf9f4abfb35d7af609a4d0a7d1218f (diff)
order variables more how like they are initialized
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 4cca4f9..f266ee2 100644
--- a/dwl.c
+++ b/dwl.c
@@ -282,8 +282,8 @@ static struct wl_list clients; /* tiling order */
static struct wl_list fstack; /* focus order */
static struct wl_list stack; /* stacking z-order */
static struct wl_list independents;
-static struct wlr_xdg_decoration_manager_v1 *xdeco_mgr;
static struct wlr_layer_shell_v1 *layer_shell;
+static struct wlr_xdg_decoration_manager_v1 *xdeco_mgr;
static struct wlr_cursor *cursor;
static struct wlr_xcursor_manager *cursor_mgr;