order variables more how like they are initialized

This commit is contained in:
Guido Cella 2020-08-29 07:42:47 +02:00
parent b237ea0e45
commit ddd3c2ad7e
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

@ -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;