This commit is contained in:
speediegq 2022-10-15 15:17:06 +02:00
parent 4a3f91823e
commit 5c7a6fad0c

View file

@ -716,13 +716,6 @@ static xcb_connection_t *xcon;
#include "actions.h" /* include #defines */ #include "actions.h" /* include #defines */
#include "options.h" /* Include options */ #include "options.h" /* Include options */
/* IPC support */
#if USEIPC
#include "ipc.h" /* Include IPC */
#include "toggle/ipc-cli.c"
#include "toggle/ipc-yajl.c"
#endif
#if USESYSTRAY #if USESYSTRAY
static int systraypinningfailfirst = 1; static int systraypinningfailfirst = 1;
#endif #endif
@ -763,6 +756,13 @@ static const char *statuscmd[] = { shell, "-c", NULL, NULL };
/* Layout code */ /* Layout code */
#include "layouts.c" /* Enable patched layouts */ #include "layouts.c" /* Enable patched layouts */
/* IPC support */
#if USEIPC
#include "ipc.h" /* Include IPC */
#include "toggle/ipc-cli.c"
#include "toggle/ipc-yajl.c"
#endif
unsigned int tagw[LENGTH(tags)]; unsigned int tagw[LENGTH(tags)];
struct Pertag { struct Pertag {