summaryrefslogtreecommitdiffstats
path: root/source/i3-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/i3-support.c')
-rw-r--r--source/i3-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/i3-support.c b/source/i3-support.c
index c92fd575..6f1669b1 100644
--- a/source/i3-support.c
+++ b/source/i3-support.c
@@ -139,7 +139,7 @@ void i3_support_free_internals ( void )
{
}
-int i3_support_initialize ( void )
+int i3_support_initialize ( G_GNUC_UNUSED xcb_stuff *xcb )
{
return FALSE;
}