mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
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:
parent
4aff85cc8e
commit
51a283cbe4
4 changed files with 34 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue