We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d69c45 commit 2962a3cCopy full SHA for 2962a3c
src/ipc.cpp
@@ -51,7 +51,7 @@ inline rect_t parse_rect_from_json(const Json::Value& value) {
51
52
53
static std::shared_ptr<container_t> parse_container_from_json(const Json::Value& o) {
54
-#define i3IPC_TYPE_STR "GET_TREE" // FIXME
+#define i3IPC_TYPE_STR "PARSE CONTAINER FROM JSON"
55
std::shared_ptr<container_t> container (new container_t());
56
IPC_JSON_ASSERT_TYPE_OBJECT(o, "o")
57
0 commit comments