summaryrefslogtreecommitdiffstats
path: root/source/i3-support.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-27 21:55:43 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-27 21:55:43 +0100
commitbb2f0d8b837f4829d9f5d24d33f9f81097250ebc (patch)
treece4922c40c282e1a5c561ac84be0e9dde421181f /source/i3-support.c
parenta02cb83a98823c914659c29fee75fa5354a2c492 (diff)
Move more to xcb, window_*_ functions to xcb_ functions
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 02ee548f..c3a10594 100644
--- a/source/i3-support.c
+++ b/source/i3-support.c
@@ -150,7 +150,7 @@ void i3_support_free_internals ( void )
{
}
-int i3_support_initialize ( Display *display )
+int i3_support_initialize ( Display *display, xcb_connection_t *xcb_connection )
{
return FALSE;
}