refactor(x11): Cleanup

This commit is contained in:
Michael Carlberg
2016-12-21 14:55:19 +01:00
parent 788a7ca3a3
commit 185363056a
31 changed files with 244 additions and 169 deletions

View File

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