From 51a283cbe4a77d11853f7779eb1aa452557846d3 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Sun, 11 Nov 2018 11:48:45 +1300 Subject: backend/x11: Rename xcb_conn to xcb When the Xlib connection is removed, this _conn suffix is going to be pointless. I'm removing this preemtively for that. --- include/backend/x11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/backend') diff --git a/include/backend/x11.h b/include/backend/x11.h index 06803768..cc7850b1 100644 --- a/include/backend/x11.h +++ b/include/backend/x11.h @@ -38,7 +38,7 @@ struct wlr_x11_backend { bool started; Display *xlib_conn; - xcb_connection_t *xcb_conn; + xcb_connection_t *xcb; xcb_screen_t *screen; size_t requested_outputs; -- cgit v1.2.3