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.
This commit is contained in:
Scott Anderson 2018-11-11 11:48:45 +13:00
parent 4aff85cc8e
commit 51a283cbe4
4 changed files with 34 additions and 34 deletions

View file

@ -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;