]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Merge branch 'release-4.7.1' into next
[i3/i3] / i3-input / main.c
index da95c903fae825cf762d7633bcc7dd0bac2fa555..1c0d68568401b74bbde622a2c05d4f7c550c1848 100644 (file)
@@ -57,7 +57,7 @@ xcb_screen_t *root_screen;
 static xcb_get_input_focus_cookie_t focus_cookie;
 
 /*
- * Having verboselog() and errorlog() is necessary when using libi3.
+ * Having verboselog(), errorlog() and debuglog() is necessary when using libi3.
  *
  */
 void verboselog(char *fmt, ...) {
@@ -76,6 +76,9 @@ void errorlog(char *fmt, ...) {
     va_end(args);
 }
 
+void debuglog(char *fmt, ...) {
+}
+
 /*
  * Restores the X11 input focus to whereever it was before.
  * This is necessary because i3-input’s window has override_redirect=1