mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03:00
refactor: use JSON_MAX_DEPTH everywhere
This commit is contained in:
parent
b223f70250
commit
9303bed4d4
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef _SWAY_IPC_CLIENT_H
|
||||
#define _SWAY_IPC_CLIENT_H
|
||||
|
||||
// arbitrary number, it's probably sufficient, higher number = more memory usage
|
||||
#define JSON_MAX_DEPTH 512
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/time.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue