mirror of
https://github.com/polybar/polybar.git
synced 2026-03-12 11:15:35 +00:00
refactor(x11): Cleanup
This commit is contained in:
@ -54,7 +54,7 @@ int main(int argc, char** argv) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
connection conn{xcbconn.get()};
|
||||
connection& conn{connection::make(xcbconn.get())};
|
||||
conn.preload_atoms();
|
||||
conn.query_extensions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user