diff options
author | Scott Anderson <scott@anderso.nz> | 2018-11-11 11:48:45 +1300 |
---|---|---|
committer | Scott Anderson <scott@anderso.nz> | 2018-11-13 10:39:24 +1300 |
commit | 51a283cbe4a77d11853f7779eb1aa452557846d3 (patch) | |
tree | 534bab245c9a781d1a9b12633ac7e9e570af9171 /include/backend | |
parent | 4aff85cc8e6f90e60522a7a830424e41a6f06b77 (diff) |
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.
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |