From bb2f0d8b837f4829d9f5d24d33f9f81097250ebc Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 27 Feb 2016 21:55:43 +0100 Subject: Move more to xcb, window_*_ functions to xcb_ functions --- source/i3-support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/i3-support.c') 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; } -- cgit v1.2.3