i3bar: be less strict about the {"version":1} JSON header

This commit is contained in:
Michael Stapelberg
2012-08-12 18:40:15 +02:00
parent dbe406641f
commit e53405c216
4 changed files with 140 additions and 7 deletions

View File

@ -56,5 +56,6 @@ TAILQ_HEAD(statusline_head, status_block) statusline_head;
#include "xcb.h"
#include "config.h"
#include "libi3.h"
#include "determine_json_version.h"
#endif