Intial Wayland EGL integration.
This commit is contained in:
parent
a4d3019f04
commit
6af296409a
20 changed files with 278 additions and 44 deletions
|
@ -20,7 +20,7 @@ public:
|
|||
|
||||
bool useOpenGl = true;
|
||||
XcbInterface window_interface;
|
||||
window_interface.SetUseOpenGl(true);
|
||||
window_interface.setUseHardwareRendering(true);
|
||||
window_interface.initialize(desktopManager.get());
|
||||
window_interface.addWindow(mainWindow, desktopManager.get());
|
||||
window_interface.showWindow(mainWindow);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue