]> git.sur5r.net Git - i3/i3/blobdiff - include/match.h
Update badges in README
[i3/i3] / include / match.h
index 64a4f22bd8b4e5174d87ad228c228587970389f8..043c3a8f114e77401a5a5df2f8792b8780e4f150 100644 (file)
@@ -13,7 +13,9 @@
  */
 #pragma once
 
-/*
+#include <config.h>
+
+/**
  * Initializes the Match data structure. This function is necessary because the
  * members representing boolean values (like dock) need to be initialized with
  * -1 instead of 0.