Start font reading support.
This commit is contained in:
parent
92e7a78710
commit
ed925afabf
22 changed files with 599 additions and 220 deletions
|
@ -84,7 +84,7 @@ void GuiApplication::Run()
|
|||
#ifdef __linux__
|
||||
mDesktopManager->SetKeyboard(XcbKeyboard::Create());
|
||||
|
||||
bool useOpenGl = true;
|
||||
bool useOpenGl = false;
|
||||
XcbInterface window_interface;
|
||||
window_interface.SetUseOpenGl(useOpenGl);
|
||||
window_interface.Initialize(mDesktopManager.get());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue