Revert "refactor: Dropping XInitThreads();"

This reverts commit d5515ebcb0.
This commit is contained in:
Michael Carlberg 2016-10-30 19:34:21 +01:00
parent 55c9bf27ba
commit e62b545d1c
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
using namespace lemonbuddy;
int main(int argc, char** argv) {
XInitThreads();
logger& logger{configure_logger<decltype(logger)>(loglevel::WARNING).create<decltype(logger)>()};
//==================================================