diff options
author | Vaxry <[email protected]> | 2023-11-14 20:06:04 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-11-14 20:06:04 +0000 |
commit | e195e51c1bd4b17398ec6964f30751b6a54bbb44 (patch) | |
tree | 31fc8158f4964943c90df98f02d8459fe37b321e /src/debug/HyprCtl.hpp | |
parent | e8469f8b1bb184a08351ee3cc3fcc4d0638eb90b (diff) | |
download | Hyprland-e195e51c1bd4b17398ec6964f30751b6a54bbb44.tar.gz Hyprland-e195e51c1bd4b17398ec6964f30751b6a54bbb44.zip |
logging: move to an internal rolling log buffer
disables logging to the logfile by default
Diffstat (limited to 'src/debug/HyprCtl.hpp')
-rw-r--r-- | src/debug/HyprCtl.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug/HyprCtl.hpp b/src/debug/HyprCtl.hpp index 00cf7c5b..4816c63c 100644 --- a/src/debug/HyprCtl.hpp +++ b/src/debug/HyprCtl.hpp @@ -19,7 +19,8 @@ namespace HyprCtl { inline int iSocketFD = -1; - enum eHyprCtlOutputFormat { + enum eHyprCtlOutputFormat + { FORMAT_NORMAL = 0, FORMAT_JSON }; |